Skip to content

Commit

Permalink
small typo
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Li <[email protected]>
  • Loading branch information
xin-hedera committed Aug 18, 2021
1 parent f5c75f6 commit 021f892
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class AssessedCustomFeePgCopyTest extends IntegrationTest {
private static final long FEE_PAYER_1 = 3000L;
private static final long FEE_PAYER_2 = 3001L;
private static final EntityId TOKEN_ID_1 = EntityId.of("0.0.5000", EntityTypeEnum.TOKEN);
private static final EntityId TOKEN_ID_2 = EntityId.of("0.0.5000", EntityTypeEnum.TOKEN);
private static final EntityId TOKEN_ID_2 = EntityId.of("0.0.5001", EntityTypeEnum.TOKEN);

private final MeterRegistry meterRegistry = new SimpleMeterRegistry();

Expand Down

0 comments on commit 021f892

Please sign in to comment.