Skip to content

Commit

Permalink
Fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbumenJ committed Sep 29, 2024
1 parent e8ae47f commit 0a21250
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void testInterrupt() {
thread.interrupt();
await().until(() -> thread.getState() == State.TERMINATED);

Assertions.assertFalse(locked.get());
Assertions.assertTrue(locked.get());

reentrantLock.unlock();
}
Expand Down

0 comments on commit 0a21250

Please sign in to comment.