Skip to content

Commit

Permalink
chore: bump rpc_misc.py count
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Apr 1, 2024
1 parent e9d05e3 commit 95cc1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/rpc_misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def run_test(self):
self.log.info("test logging rpc and help")

# Test logging RPC returns the expected number of logging categories.
assert_equal(len(node.logging()), 36)
assert_equal(len(node.logging()), 37)

# Test toggling a logging category on/off/on with the logging RPC.
assert_equal(node.logging()['qt'], True)
Expand Down

0 comments on commit 95cc1cb

Please sign in to comment.