diff options
author | MacroFake <falke.marco@gmail.com> | 2022-06-06 17:11:03 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-06-29 10:31:53 +0200 |
commit | 6666803c897e4ad27b45cb74e3a9aa74a335f1bf (patch) | |
tree | 5fcaef87b2e6ee2ea7276dba672660e67e19df48 /test/functional | |
parent | e4e201dfd9a9dbd8e22cac688dbbde16234cd937 (diff) |
streams: Add AutoFile without ser-type and ser-version
The moved parts can be reviewed with "--color-moved=dimmed-zebra".
The one-char changes can be reviewed with "--word-diff-regex=.".
Diffstat (limited to 'test/functional')
-rwxr-xr-x | test/functional/feature_addrman.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/feature_addrman.py b/test/functional/feature_addrman.py index 5e49d0214a..63abf0d9f8 100755 --- a/test/functional/feature_addrman.py +++ b/test/functional/feature_addrman.py @@ -95,7 +95,7 @@ class AddrmanTest(BitcoinTestFramework): with open(peers_dat, "wb") as f: f.write(serialize_addrman()[:-1]) self.nodes[0].assert_start_raises_init_error( - expected_msg=init_error("CAutoFile::read: end of file.*"), + expected_msg=init_error("AutoFile::read: end of file.*"), match=ErrorMatch.FULL_REGEX, ) |