Skip to content

Commit 6399899

Browse files
committed
improve unit test AccountStoreTest
1 parent 02167b7 commit 6399899

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/java/org/tron/core/db/AccountStoreTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,9 @@ public static void init() {
3939
AccountStoreTest.put(data, accountCapsule);
4040
}
4141

42-
4342
@Test
4443
public void get() {
45-
//test get Method
44+
//test get and has Method
4645
Assert
4746
.assertEquals(ByteArray.toHexString(address), ByteArray
4847
.toHexString(AccountStoreTest.get(data).getInstance().getAddress().toByteArray()))

0 commit comments

Comments
 (0)