From 021f892a057c7dc1088eb2ce5b01a0cbe0404c14 Mon Sep 17 00:00:00 2001 From: Xin Li Date: Wed, 18 Aug 2021 12:57:17 -0500 Subject: [PATCH] small typo Signed-off-by: Xin Li --- .../parser/record/entity/sql/AssessedCustomFeePgCopyTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/sql/AssessedCustomFeePgCopyTest.java b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/sql/AssessedCustomFeePgCopyTest.java index f17f3344a30..05d32d0c052 100644 --- a/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/sql/AssessedCustomFeePgCopyTest.java +++ b/hedera-mirror-importer/src/test/java/com/hedera/mirror/importer/parser/record/entity/sql/AssessedCustomFeePgCopyTest.java @@ -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();