Skip to content

Commit

Permalink
Revert "Fixed typo in the log msg of the SmokeTest class (#552)"
Browse files Browse the repository at this point in the history
This reverts commit 292380a.
  • Loading branch information
beilCrxmarkets committed Nov 28, 2024
1 parent 6fcc8e8 commit ab552de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public void it_should_manage_transactions_for_scheduler_client() {
});
} catch (SimulatedException e) {
LOG.info(
"Caught expected SimulatedException. Should rollback ongoing transaction for instance2");
"Caught expected SimulatedException. Should rollback ongoing transation for instance2");
}

assertFalse(
Expand Down

0 comments on commit ab552de

Please sign in to comment.