Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Nov 4, 2023
1 parent 171cc67 commit 03e7a92
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,8 @@ public void testPet() {
model2.setName("Dog");

Assert.assertTrue(model.equals(model2));

// test toJson, shouldn't throw exception
String test = model.toJson();
}
}

0 comments on commit 03e7a92

Please sign in to comment.