Skip to content

Commit 5b369f0

Browse files
authored
chore: replace wildcard imports in CustomFeeLimitTest (#2663)
Signed-off-by: kimhieu-dev <nguyenkimhieu.dev@gmail.com>
1 parent a4a0102 commit 5b369f0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sdk/src/test/java/com/hedera/hashgraph/sdk/CustomFeeLimitTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// SPDX-License-Identifier: Apache-2.0
22
package com.hedera.hashgraph.sdk;
33

4-
import static org.junit.jupiter.api.Assertions.*;
4+
import static org.junit.jupiter.api.Assertions.assertEquals;
5+
import static org.junit.jupiter.api.Assertions.assertFalse;
56

67
import com.google.protobuf.InvalidProtocolBufferException;
78
import com.hedera.hashgraph.sdk.proto.CustomFeeLimit;

0 commit comments

Comments
 (0)