Fix tests.
This commit is contained in:
@ -254,7 +254,12 @@ public class DummyCassandraReader implements CassandraReader {
|
||||
i -> i * 10,
|
||||
i -> 0,
|
||||
i -> i,
|
||||
query.getChannel()).stream();
|
||||
query.getChannel())
|
||||
.stream()
|
||||
.map(metaPulse -> {
|
||||
metaPulse.setKeyspace(KEYSPACE);
|
||||
return metaPulse;
|
||||
});
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user