Skip to content

Commit

Permalink
Update EventsByTagSpec.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 8, 2025
1 parent 038035c commit 9246b90
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ class EventsByTagSpec
private val persistenceQuery = PersistenceQuery(system)

private val queries =
persistenceQuery.readJournalFor[scaladsl.PersistenceTestKitReadJournal](scaladsl.PersistenceTestKitReadJournal.Identifier)
persistenceQuery.readJournalFor[scaladsl.PersistenceTestKitReadJournal](
scaladsl.PersistenceTestKitReadJournal.Identifier)

private val queriesJava =
persistenceQuery.getReadJournalFor(
Expand Down

0 comments on commit 9246b90

Please sign in to comment.