Skip to content

Commit 2dd3b74

Browse files
Add scope of class
1 parent 6ca5d20 commit 2dd3b74

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/test/java/org/javawebstack/orm/test/other/QueryUtilTest.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010

1111
import static org.junit.jupiter.api.Assertions.assertEquals;
1212

13+
14+
/*
15+
* The scope of this class is to test the QueryUtility as it will be used to write other tests.
16+
*/
1317
class QueryUtilTest {
1418

1519
@Test

0 commit comments

Comments
 (0)