Skip to content

Commit

Permalink
Adapted test
Browse files Browse the repository at this point in the history
  • Loading branch information
xrtm000 committed Nov 27, 2023
1 parent 9c31748 commit 0576a1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class AccountsApiGrpcSpec extends FreeSpec with BeforeAndAfterAll with DiffMatch

grpcApi.getActiveLeases(AccountRequest.of(ByteString.copyFrom(recipient.toAddress.bytes)), observer)

result.runSyncUnsafe() shouldBe List(
result.runSyncUnsafe() should contain theSameElementsAs List(
LeaseResponse.of(
ByteString.copyFrom(lease3.id().arr),
ByteString.copyFrom(lease3.id().arr),
Expand Down

0 comments on commit 0576a1e

Please sign in to comment.