Skip to content

Commit

Permalink
Fix a test
Browse files Browse the repository at this point in the history
Runs faster on server
b-straub committed Jul 1, 2024
1 parent ec88202 commit f9e42c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RxBlazorLightCoreTests/StateTests.cs
Original file line number Diff line number Diff line change
@@ -806,7 +806,7 @@ public async Task TestStateObserverComplex()
await Task.Delay(5);
}

Assert.InRange(stateChangeCount, 4, 5);
Assert.InRange(stateChangeCount, 3, 5);
Assert.Equal(20, fixture.IntState.Value);
}

0 comments on commit f9e42c6

Please sign in to comment.