Skip to content

Commit

Permalink
fix xunit waring
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffmann-stefan committed May 3, 2023
1 parent 32c713f commit 16bbc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcldotnet/test/test_messages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ public void TestDefaults()
{
var defaultsMsg = new test_msgs.msg.Defaults();

Assert.Equal(true, defaultsMsg.BoolValue);
Assert.True(defaultsMsg.BoolValue);
Assert.Equal(50, defaultsMsg.ByteValue);
Assert.Equal(100, defaultsMsg.CharValue);
Assert.Equal(1.125f, defaultsMsg.Float32Value);
Expand Down

0 comments on commit 16bbc92

Please sign in to comment.