From e78be95f488718bf27ae9e59032f95704b1ab892 Mon Sep 17 00:00:00 2001 From: vvijayaraman Date: Fri, 27 Oct 2023 12:40:47 -0400 Subject: [PATCH] Unit tests --- .../com/ebay/ejmask/core/util/CommonUtilsTest.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ejmask-core/src/test/java/com/ebay/ejmask/core/util/CommonUtilsTest.java b/ejmask-core/src/test/java/com/ebay/ejmask/core/util/CommonUtilsTest.java index f1a2f17..cec8121 100644 --- a/ejmask-core/src/test/java/com/ebay/ejmask/core/util/CommonUtilsTest.java +++ b/ejmask-core/src/test/java/com/ebay/ejmask/core/util/CommonUtilsTest.java @@ -71,14 +71,4 @@ void getStackTrace_whenExceptionThrown_shouldPrintStackTrace() { Assertions.assertNotNull(result); Assertions.assertEquals("java.lang.Exception: some exception", result.split("\n")[0]); } - - - - - - - - - - } \ No newline at end of file