Skip to content

Commit 89f36d0

Browse files
Resolved the CI failed issue.
1 parent fe1359a commit 89f36d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

maui/tests/Syncfusion.Maui.Toolkit.UnitTest/Navigation/SfTabViewUnitTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3484,7 +3484,7 @@ public void TestVelocityValueCheck()
34843484
var value1 = GetPrivateField(horizontal, "_velocityX");
34853485
Assert.NotNull(value1);
34863486
double val = (double)value1;
3487-
Assert.Equal(0.15657, Math.Round(val, 5));
3487+
Assert.Equal(0.16, Math.Round(val, 2));
34883488
}
34893489

34903490
[Fact]

0 commit comments

Comments
 (0)