Skip to content

Commit

Permalink
tests: fix setgov call
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed May 24, 2022
1 parent 408001d commit 298e44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_setgov.py
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def run_test(self):
assert_equal(self.nodes[0].listgovs("live"), [[{'ATTRIBUTES': {}}]])

result_all = self.nodes[0].listgovs("all")
result_legacy = self.nodes[0].listgovs("legacy")
result_legacy = self.nodes[0].listgovs()
result = self.nodes[0].listgovs()

# For now it's all the same.
Expand Down

0 comments on commit 298e44d

Please sign in to comment.