Skip to content

Commit

Permalink
Update SlickProjectionSpec.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Mar 20, 2024
1 parent 932460f commit 2a7db1a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ class SlickProjectionSpec
fail(s"Envelope has already been verified at least twice for offset $o")
case Some(state) if state.envReceived =>
acc + (o -> state.copy(verifyCount = state.verifyCount + 1))
case Some(_) | None => acc + (o -> VerifyState(1, false))
case Some(_) | None => acc + (o -> VerifyState(1, envReceived = false))
}
case e: Envelope =>
val o = e.offset
Expand Down

0 comments on commit 2a7db1a

Please sign in to comment.