Skip to content

Commit

Permalink
Removed public from test class
Browse files Browse the repository at this point in the history
  • Loading branch information
inv-jishnu committed Dec 19, 2024
1 parent 0a9f91f commit 2c3798c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.Test;

public class ExportReportTest {
class ExportReportTest {

@Test
void getExportedRowCount_afterInitialisation_ShouldBeZero() {
Expand Down

0 comments on commit 2c3798c

Please sign in to comment.