Skip to content

Commit

Permalink
Fix typo in test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed May 2, 2023
1 parent 7040d87 commit 3d55fa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ public void testVoidResponse_array() {
}

@Test
public void testVoidResponse_emptryObject() {
public void testVoidResponse_emptyObject() {
Object result = voidResponse("{}");
Assert.assertTrue(result instanceof JsonObject);
JsonObject jsonObject = (JsonObject) result;
Expand Down

0 comments on commit 3d55fa0

Please sign in to comment.