From fbd0e87901bbc5129c5b7c6734e899f0e193add4 Mon Sep 17 00:00:00 2001 From: Lea Lobanov Date: Wed, 9 Oct 2024 19:27:10 +0900 Subject: [PATCH] Lint --- .../org/onflow/flow/sdk/models/FlowCollectionGuaranteeTest.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/sdk/src/test/kotlin/org/onflow/flow/sdk/models/FlowCollectionGuaranteeTest.kt b/sdk/src/test/kotlin/org/onflow/flow/sdk/models/FlowCollectionGuaranteeTest.kt index 78ed1ff..6656ca5 100644 --- a/sdk/src/test/kotlin/org/onflow/flow/sdk/models/FlowCollectionGuaranteeTest.kt +++ b/sdk/src/test/kotlin/org/onflow/flow/sdk/models/FlowCollectionGuaranteeTest.kt @@ -10,7 +10,6 @@ import org.onflow.protobuf.entities.CollectionOuterClass import com.google.protobuf.UnsafeByteOperations class FlowCollectionGuaranteeTest { - @Test fun `Test building FlowCollectionGuarantee from CollectionOuterClass`() { val collectionIdBytes = byteArrayOf(1, 2, 3)