Skip to content

Commit

Permalink
BytesPayload.empty in test
Browse files Browse the repository at this point in the history
  • Loading branch information
patriknw committed Dec 17, 2024
1 parent 699a81b commit cc765ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ class TimedActionImplSpec

val reply: SpiTimedAction.Effect =
service
.handleCommand(
new SpiTimedAction.Command("MyMethod", Some(new BytesPayload(ByteString.empty, "")), SpiMetadata.empty))
.handleCommand(new SpiTimedAction.Command("MyMethod", Some(BytesPayload.empty), SpiMetadata.empty))
.futureValue

reply.error shouldBe empty
Expand Down

0 comments on commit cc765ca

Please sign in to comment.