We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe1359a commit 89f36d0Copy full SHA for 89f36d0
maui/tests/Syncfusion.Maui.Toolkit.UnitTest/Navigation/SfTabViewUnitTests.cs
@@ -3484,7 +3484,7 @@ public void TestVelocityValueCheck()
3484
var value1 = GetPrivateField(horizontal, "_velocityX");
3485
Assert.NotNull(value1);
3486
double val = (double)value1;
3487
- Assert.Equal(0.15657, Math.Round(val, 5));
+ Assert.Equal(0.16, Math.Round(val, 2));
3488
}
3489
3490
[Fact]
0 commit comments