Update PersistenceQueryDocSpec.scala (#24405)

This commit is contained in:
zodiake 2018-03-12 18:59:56 +08:00 committed by Arnout Engelen
parent 538a5a4ae6
commit 1a63aa8637

View file

@ -238,7 +238,7 @@ class PersistenceQueryDocSpec(s: String) extends AkkaSpec(s) {
// assuming journal is able to work with numeric offsets we can:
val blueThings: Source[EventEnvelope, NotUsed] =
readJournal.eventsByTag("blue")
readJournal.eventsByTag("blue", Offset.noOffset)
// find top 10 blue things:
val top10BlueThings: Future[Vector[Any]] =