Skip to content

Commit

Permalink
Add saves
Browse files Browse the repository at this point in the history
  • Loading branch information
rPraml committed Dec 8, 2023
1 parent e45e87f commit a19c7be
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,10 @@ public void test_txn_with_not_supported() {
try (Transaction txn3 = DB.beginTransaction()) {
// create a new Txn scope
assertThat(Transaction.current()).isNotNull();
DB.save(new EBasic());
txn3.commit();
}
DB.save(new EBasic());
txn2.commit();
}
// resume txn1
Expand Down

0 comments on commit a19c7be

Please sign in to comment.