Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matej Novotny <matej.novotny2@gmail.com>
  • Loading branch information
mkouba and manovotn authored Dec 17, 2024
1 parent fce8d67 commit 10b77cd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public void testContexts() {
sessionContext.activate();
String id = simpleBean.ping();
assertEquals(id, client.ping());
assertFalse(SimpleBean.DESTROYED.get());
} finally {
sessionContext.terminate();
}
Expand Down

0 comments on commit 10b77cd

Please sign in to comment.