Skip to content

Commit 6dfb697

Browse files
committed
Fix failing functional tests(feature_asmap.py)
1 parent 5d7ccf1 commit 6dfb697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_asmap.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
DEFAULT_ASMAP_FILENAME = 'ip_asn.map' # defined in src/init.cpp
3333
ASMAP = 'src/test/data/asmap.raw' # path to unit test skeleton asmap
34-
VERSION = 'fec61fa21a9f46f3b17bdcd660d7f4cd90b966aad3aec593c99b35f0aca15853'
34+
VERSION = 'c88edc2215daef7b5ae0b71bd0bc100e1c4928cd59634e66938860a6b73a6b0e'
3535

3636
def expected_messages(filename):
3737
return [f'Opened asmap file "{filename}" (59 bytes) from disk',

0 commit comments

Comments
 (0)