Skip to content

Commit 310cff4

Browse files
committed
test: 消除提示信息
1 parent 6c2054e commit 310cff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/UnitTestTcpSocket/TcpSocketPropertyConverterTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ public void DoubleConverter_Ok()
6767
{
6868
var converter = new DataDoubleLittleEndianConverter();
6969
var actual = converter.Convert(new byte[] { 0x1F, 0x85, 0xEB, 0x51, 0xB8, 0x1E, 0x09, 0x40 });
70-
Assert.Equal((double)3.14, actual);
70+
Assert.Equal(3.14, actual);
7171
}
7272
}

0 commit comments

Comments
 (0)