Skip to content

Commit 5e36352

Browse files
change test
1 parent d42862d commit 5e36352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.unity.perception/Tests/Runtime/GroundTruthTests/DatasetJsonUtilityTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public void Float3x3ToJToken_ReturnsArrayFormat(float m00, float m01, float m02,
8585
[TestCase(1u, "1")]
8686
[TestCase(1.0, "1")]
8787
[TestCase(1.0f, "1")]
88-
[TestCase("string", "\"string\"")]
88+
[TestCase("string", "string")]
8989
public void Primitive_ReturnsValue(object o, string jsonExpected)
9090
{
9191
var jsonActual = DatasetJsonUtility.ToJToken(o).ToString();

0 commit comments

Comments
 (0)