mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-29 02:11:24 +02:00
test: replace 'regtest' leftovers by self.chain
Commit 1abcecc40c
replaced 'regtest' by self.chain
'regtest' "in almost all current tests", this commit takes care of the remaining
ones.
This commit is contained in:
@ -25,7 +25,7 @@ class DumptxoutsetTest(BitcoinTestFramework):
|
||||
|
||||
FILENAME = 'txoutset.dat'
|
||||
out = node.dumptxoutset(FILENAME)
|
||||
expected_path = Path(node.datadir) / 'regtest' / FILENAME
|
||||
expected_path = Path(node.datadir) / self.chain / FILENAME
|
||||
|
||||
assert expected_path.is_file()
|
||||
|
||||
|
Reference in New Issue
Block a user