Skip to content

Commit dae8562

Browse files
committed
Removed trailing space from JSON
1 parent cee5f06 commit dae8562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Schema.NET.Test/MixedTypesTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public void DeserializeObject_DeserializesBankAccountTypeToStringAndUri_BankAcco
7373
"\"@context\":\"https://schema.org\"," +
7474
"\"@type\":\"BankAccount\"," +
7575
"\"bankAccountType\":[" +
76-
"\"http://example.com/1\"," +
76+
"\"http://example.com/1\"" +
7777
"]" +
7878
"}";
7979

0 commit comments

Comments
 (0)