Skip to content

Commit

Permalink
#16 threads
Browse files Browse the repository at this point in the history
  • Loading branch information
l3r8yJ committed Oct 23, 2022
1 parent 09d10eb commit 6a56c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/com/yegor256/tojos/TjSynchronizedTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ void addTojoParallel(final String file, @TempDir final Path temp) throws Interru
assert service.awaitTermination(1, TimeUnit.MINUTES);
MatcherAssert.assertThat(
new TjSmart(tojos).size(),
Matchers.equalTo(100)
Matchers.equalTo(threads)
);
}
}

0 comments on commit 6a56c24

Please sign in to comment.