Skip to content

Commit 8d9ea3f

Browse files
committed
fix: tests
1 parent 8f4fcc7 commit 8d9ea3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

managed/CounterStrikeSharp.Tests.Native/ConVarTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public void CreateFloatConVar()
193193
// Test min/max constraints
194194
conVar.Value = 50.0f;
195195
Assert.Equal(25.0f, conVar.Value);
196-
Assert.Equal("25.0", conVar.ValueAsString);
196+
Assert.Equal("25.000000", conVar.ValueAsString);
197197

198198
conVar.ValueAsString = "10.5";
199199
Assert.Equal(10.5f, conVar.Value);

0 commit comments

Comments
 (0)