Skip to content

Commit

Permalink
Fix a time critical test
Browse files Browse the repository at this point in the history
Result depends on task management
  • Loading branch information
b-straub committed Jun 20, 2024
1 parent 623c3bf commit 0f806de
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
Expand Up @@ -806,7 +806,7 @@ public async Task TestStateObserverComplex()
await Task.Delay(5);
}

Assert.Equal(7, stateChangeCount);
Assert.InRange(stateChangeCount, 6, 7);
Assert.Equal(20, fixture.IntState.Value);
}

Expand Down

0 comments on commit 0f806de

Please sign in to comment.