From 0576a1e99318b4ef6d2c65e002d83739c14cceaa Mon Sep 17 00:00:00 2001 From: Artyom Sayadyan Date: Mon, 27 Nov 2023 15:47:12 +0300 Subject: [PATCH] Adapted test --- .../com/wavesplatform/api/grpc/test/AccountsApiGrpcSpec.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grpc-server/src/test/scala/com/wavesplatform/api/grpc/test/AccountsApiGrpcSpec.scala b/grpc-server/src/test/scala/com/wavesplatform/api/grpc/test/AccountsApiGrpcSpec.scala index 61c1cb035f..c5a58cd1c5 100644 --- a/grpc-server/src/test/scala/com/wavesplatform/api/grpc/test/AccountsApiGrpcSpec.scala +++ b/grpc-server/src/test/scala/com/wavesplatform/api/grpc/test/AccountsApiGrpcSpec.scala @@ -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),