mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 11:32:46 +01:00
test: should have no spork with an empty name
This commit is contained in:
parent
d3345c9ee4
commit
7d933d876d
@ -59,5 +59,8 @@ class SporkTest(BitcoinTestFramework):
|
||||
self.connect_nodes(1, 2)
|
||||
self.wait_until(lambda: self.get_test_spork_state(self.nodes[2]), timeout=10)
|
||||
|
||||
assert "" not in self.nodes[0].spork('show').keys()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
SporkTest().main()
|
||||
|
Loading…
Reference in New Issue
Block a user