Skip to content

Commit

Permalink
test: should have no spork with an empty name
Browse files Browse the repository at this point in the history
  • Loading branch information
UdjinM6 committed Oct 16, 2024
1 parent d3345c9 commit 7d933d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/functional/feature_sporks.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@ def run_test(self):
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()

0 comments on commit 7d933d8

Please sign in to comment.