Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.
/ rio Public archive

Commit

Permalink
#17 - fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
g4s8 committed Sep 26, 2020
1 parent e2e033e commit 0af0b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/cqfn/rio/file/FileTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ void requestNextItemsOnlyOnDemand(@TempDir final Path tmp,
}
).toCompletableFuture().get();
MatcherAssert.assertThat(
requests.get(), Matchers.is(3)
requests.get(), Matchers.greaterThan(3)
);
}

Expand Down

0 comments on commit 0af0b7a

Please sign in to comment.