Synchronize sdnr/wt artifacts
[ccsdk/features.git] / sdnr / wt / common / src / main / java / org / onap / ccsdk / features / sdnr / wt / common / test / JSONAssert.java
index 8b651cb..b207c3e 100644 (file)
@@ -170,7 +170,7 @@ public class JSONAssert {
     };
 
     public static void assertEquals(String def, String toTest, boolean strict) throws JSONException {
-        assertEquals(null, def, toTest, strict);
+        assertEquals("", def, toTest, strict);
     }
 
     public static void assertEquals(String message, String def, String toTest, boolean strict) throws JSONException {