We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a0102 commit 5b369f0Copy full SHA for 5b369f0
1 file changed
sdk/src/test/java/com/hedera/hashgraph/sdk/CustomFeeLimitTest.java
@@ -1,7 +1,8 @@
1
// SPDX-License-Identifier: Apache-2.0
2
package com.hedera.hashgraph.sdk;
3
4
-import static org.junit.jupiter.api.Assertions.*;
+import static org.junit.jupiter.api.Assertions.assertEquals;
5
+import static org.junit.jupiter.api.Assertions.assertFalse;
6
7
import com.google.protobuf.InvalidProtocolBufferException;
8
import com.hedera.hashgraph.sdk.proto.CustomFeeLimit;
0 commit comments