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 6c2054e commit 310cff4Copy full SHA for 310cff4
1 file changed
test/UnitTestTcpSocket/TcpSocketPropertyConverterTest.cs
@@ -67,6 +67,6 @@ public void DoubleConverter_Ok()
67
{
68
var converter = new DataDoubleLittleEndianConverter();
69
var actual = converter.Convert(new byte[] { 0x1F, 0x85, 0xEB, 0x51, 0xB8, 0x1E, 0x09, 0x40 });
70
- Assert.Equal((double)3.14, actual);
+ Assert.Equal(3.14, actual);
71
}
72
0 commit comments