Skip to content

Commit

Permalink
Update cradle-cassandra/src/test/java/com/exactpro/cradle/cassandra/i…
Browse files Browse the repository at this point in the history
…ntegration/BaseCradleCassandraTest.java

Co-authored-by: Oleg Smirnov <[email protected]>
  • Loading branch information
Nikita-Smirnov-Exactpro and OptimumCode authored Mar 1, 2024
1 parent 121d11c commit cb0352e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ protected TestEventToStore generateTestEvent (String scope, Instant start, long
@NotNull
protected static Map<PageId, PageInfo> toMap(Collection<PageInfo> result) {
return result.stream()
.collect(Collectors.toMap(
.collect(Collectors.toImmutableMap(
PageInfo::getId,
Function.identity()
));
Expand Down

0 comments on commit cb0352e

Please sign in to comment.