Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingjian Wu committed Apr 14, 2024
1 parent e6c3ffc commit dc5399e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ class MetacatSmokeSpec extends Specification {
}
"""

JSONAssert.assertEquals(nestedFieldDto.jsonType, expectedJsonString, false)
JSONAssert.assertEquals(nestedFieldDto.jsonType.toString(), expectedJsonString, false)
assert nestedFieldDto.jsonType.toPrettyString() == expectedJsonString
cleanup:
api.deleteTable(catalogName, databaseName, tableName)
Expand Down

0 comments on commit dc5399e

Please sign in to comment.