Skip to content

Commit

Permalink
App code coverage changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sugan0tech committed Oct 3, 2023
1 parent 3f1828a commit 1b130b1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ class AppTests {

@Test
void contextLoads() {
App.main(new String[] {});
assertNotNull(App.class);
assertNotNull(applicationContext);
}

Expand Down

0 comments on commit 1b130b1

Please sign in to comment.