Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update test/functional/feature_timestampindex.py
Browse files Browse the repository at this point in the history
Co-authored-by: UdjinM6 <UdjinM6@users.noreply.github.com>
PastaPastaPasta and UdjinM6 authored Sep 24, 2024
1 parent 59761d5 commit 84ff7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_timestampindex.py
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ def setup_network(self):
def run_test(self):
self.log.info("Test that settings can't be changed without -reindex...")
self.stop_node(1)
self.start_node(1, ["-timestampindex=0")
self.start_node(1, ["-timestampindex=0"])
self.connect_nodes(0, 1)
self.sync_all()
self.stop_node(1)

0 comments on commit 84ff7b7

Please sign in to comment.