Skip to content

Commit 28289d5

Browse files
committed
minor change in test
1 parent 48c316f commit 28289d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/tron/core/BandwidthTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ public void testUsingFee() throws Exception {
346346
dbManager.getDynamicPropertiesStore().getTotalCreateAccountCost());
347347
Assert.assertEquals(
348348
10_000_000L - transactionFee - createAccountFee, ownerCapsuleNew.getBalance());
349-
Assert.assertEquals(101200L, ret.getFee());
349+
Assert.assertEquals(101220L, ret.getFee());
350350

351351
}
352352

0 commit comments

Comments
 (0)