Skip to content
Snippets Groups Projects
Commit f3785267 authored by Josh Brooks's avatar Josh Brooks
Browse files

Add storage check in TestUncheckedRoundScheduler

parent e98e7889
No related branches found
No related tags found
1 merge request!23Release
......@@ -89,4 +89,9 @@ func TestUncheckedRoundScheduler(t *testing.T) {
"\n\tReceived: %v", expectedEphID, testBundle.Identity.EphId)
}
_, exists := testManager.Session.UncheckedRounds().GetRound(roundId)
if exists {
t.Fatalf("Expected round %d to be removed after being processed", roundId)
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment