Skip to content

Commit

Permalink
fix test names
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hasgul <[email protected]>
  • Loading branch information
jordanhasgul committed Aug 8, 2024
1 parent 37b9514 commit e55ce62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void setup() {
}

@Test
public void successfullTransactionGetsRegisterd() {
public void successfulTransactionGetsRegistered() {
transactionsHelper.withTransaction().call(() -> {
jdbcTemplate.update("update table_a set version=2");
return null;
Expand Down Expand Up @@ -73,7 +73,7 @@ public void successfullTransactionGetsRegisterd() {
}

@Test
public void rollbackGetsRegisterd() {
public void rollbackGetsRegistered() {
try {
transactionsHelper.withTransaction().call(() -> {
jdbcTemplate.update("update table_a set version=2");
Expand Down

0 comments on commit e55ce62

Please sign in to comment.