Skip to content

Commit 6b39a94

Browse files
author
jsymborski
committed
Minor spelling fix on test name in JsonUtilTest
1 parent 6368ca1 commit 6b39a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

payments-api/src/test/java/com/intuit/payment/util/JsonUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public void testSerialize() throws SerializationException {
5151
}
5252

5353
@Test
54-
public void testNullSerialization() throws SerializationException {
54+
public void testNullSerialize() throws SerializationException {
5555
String cardStr = JsonUtil.serialize(null);
5656
Assert.assertNull(cardStr);
5757
}

0 commit comments

Comments
 (0)