From 7fb533ecbda41fb82f9b6fa6ae870f7e792bd149 Mon Sep 17 00:00:00 2001 From: Ng Heng Khai Date: Sun, 24 Mar 2024 13:22:44 +0800 Subject: [PATCH] Update ReviewControllerTest.java Fixed errornous extra closing curly bracket. --- .../com/smartinventory/controllers/ReviewControllerTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/java/sg/com/smartinventory/controllers/ReviewControllerTest.java b/src/test/java/sg/com/smartinventory/controllers/ReviewControllerTest.java index 7dcb681..92c140f 100644 --- a/src/test/java/sg/com/smartinventory/controllers/ReviewControllerTest.java +++ b/src/test/java/sg/com/smartinventory/controllers/ReviewControllerTest.java @@ -93,5 +93,4 @@ public void createReviewTest() throws Exception { // test_logger.error("Ending test: createReviewTest. "); test_logger.info("Ending test: " + getCurrentMethodName() + ". "); } - } -} \ No newline at end of file +}