Skip to content

Commit

Permalink
improve unit test AccountStoreTest
Browse files Browse the repository at this point in the history
  • Loading branch information
xiechang33 committed Mar 30, 2018
1 parent 02167b7 commit 6399899
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/java/org/tron/core/db/AccountStoreTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@ public static void init() {
AccountStoreTest.put(data, accountCapsule);
}


@Test
public void get() {
//test get Method
//test get and has Method
Assert
.assertEquals(ByteArray.toHexString(address), ByteArray
.toHexString(AccountStoreTest.get(data).getInstance().getAddress().toByteArray()))
Expand Down

0 comments on commit 6399899

Please sign in to comment.