Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Li <xin.li@hedera.com>
  • Loading branch information
xin-hedera committed Aug 25, 2021
1 parent bedc7d2 commit 011c4e2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
import io.micrometer.core.instrument.MeterRegistry;
import java.io.File;
import java.io.IOException;
import java.sql.SQLException;
import java.time.Instant;
import java.util.Arrays;
import java.util.List;
Expand Down Expand Up @@ -150,7 +149,7 @@ void afterEach() throws IOException {
})
void verify(Long lastTransactionConsensusTimestamp, boolean expectAdded, boolean freezeDefault,
boolean freezeKey, boolean kycKey, TokenFreezeStatusEnum expectedFreezeStatus,
TokenKycStatusEnum expectedKycStatus) throws IOException, SQLException {
TokenKycStatusEnum expectedKycStatus) {
// given
// at time of the new token creation:
// collector1 is a fixed fee collector who collects fee in the new token and the existing token
Expand Down Expand Up @@ -275,7 +274,7 @@ private RecordFile recordFile(Long lastTransactionConsensusTimestamp) {
}

private Token token(long createdTimestamp, boolean freezeDefault, boolean freezeKey, boolean kycKey,
EntityId tokenId) {
EntityId tokenId) {
Token token = new Token();
token.setCreatedTimestamp(createdTimestamp);
token.setDecimals(5);
Expand Down

0 comments on commit 011c4e2

Please sign in to comment.