Skip to content

Commit

Permalink
Merge pull request #750 from akka/wip-CassandraJournalSpec-patriknw
Browse files Browse the repository at this point in the history
WriteMessagesFailed changed in Akka master
  • Loading branch information
patriknw authored Mar 23, 2020
2 parents e03e41a + a061eda commit 6284c37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class CassandraJournalSpec extends JournalSpec(CassandraJournalConfiguration.con

journal ! WriteMessages(List(AtomicWrite(msg)), probe.ref, actorInstanceId)
val err = probe.expectMsgPF() {
case WriteMessagesFailed(cause) => cause
case fail: WriteMessagesFailed => fail.cause
}
probe.expectMsg(WriteMessageFailure(msg, err, actorInstanceId))

Expand Down

0 comments on commit 6284c37

Please sign in to comment.