Skip to content

Commit

Permalink
Update ReviewControllerTest.java
Browse files Browse the repository at this point in the history
Fixed errornous extra closing curly bracket.
  • Loading branch information
nhkhai authored Mar 24, 2024
1 parent 0bfa18b commit 7fb533e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,5 +93,4 @@ public void createReviewTest() throws Exception {
// test_logger.error("Ending test: createReviewTest. ");
test_logger.info("Ending test: " + getCurrentMethodName() + ". ");
}
}
}
}

0 comments on commit 7fb533e

Please sign in to comment.