Skip to content

Commit

Permalink
Merge pull request #785 from arkivanov/fix-RefCountThreadingTest
Browse files Browse the repository at this point in the history
Fixed incorrect condition in RefCountThreadingTest
  • Loading branch information
CherryPerry authored Jan 30, 2025
2 parents e46d432 + 9a01135 commit 4db2749
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class RefCountThreadingTest {
doInBackground { observer.dispose() }

lock.synchronized {
lock.waitForOrFail { !isSecondTime }
lock.waitForOrFail { isSecondTime }
}

refCount.test()
Expand Down

0 comments on commit 4db2749

Please sign in to comment.