Skip to content

Commit

Permalink
tidy up tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cnorburn committed May 20, 2024
1 parent 6592155 commit 1cfee7e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,8 @@ void validateDeployDataMapping_6() throws IOException, JSONException {

final DeployData dd = OBJECT_MAPPER.readValue(inputJson, DeployData.class);


assertNotNull(dd.getDeploy());

// CLValueByteArray b = new CLValueByteArray('3f6f2120bf33f221afc10c1257869f8019384949e1be85b8c4b5ef75153e779c')


final String expectedJson = getPrettyJson(dd);

LOGGER.debug("Serialized JSON: {}", expectedJson);
Expand Down

0 comments on commit 1cfee7e

Please sign in to comment.