Skip to content

Commit 2a5936c

Browse files
committed
Attempt to fix weird chronicles assertion.
1 parent 3d6369d commit 2a5936c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_keymanager_api.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2073,7 +2073,7 @@ let
20732073

20742074
for topicName in [
20752075
"libp2p", "gossipsub", "gossip_eth2", "message_router", "batch_validation",
2076-
"syncpool", "syncman", "fork_choice", "attpool", "val_pool", "consens",
2076+
"syncpool", "sync", "fork_choice", "attpool", "val_pool", "consens",
20772077
"state_transition"]:
20782078
doAssert setTopicState(topicName, Disabled)
20792079

0 commit comments

Comments
 (0)