mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge f8c69677a1 into merged_master (Bitcoin PR #17893)
This commit is contained in:
commit
eb8d73022f
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class ConfArgsTest(BitcoinTestFramework):
|
|||
conf.write('') # clear
|
||||
|
||||
def test_log_buffer(self):
|
||||
with self.nodes[0].assert_debug_log(expected_msgs=['Warning: parsed potentially confusing double-negative -connect=0']):
|
||||
with self.nodes[0].assert_debug_log(expected_msgs=['Warning: parsed potentially confusing double-negative -connect=0\n']):
|
||||
self.start_node(0, extra_args=['-noconnect=0'])
|
||||
self.stop_node(0)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue