Skip to content

Commit a6b2142

Browse files
committed
modify test case of isShieldedTRC20ContractNoteSpent
1 parent b84c4f6 commit a6b2142

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework/src/test/java/org/tron/core/ShieldedTRC20BuilderTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2269,7 +2269,7 @@ public void testscanShieldedTRC20NotesByOvk() throws Exception {
22692269
}
22702270
}
22712271

2272-
@Test(expected = IllegalArgumentException.class)
2272+
@Test(expected = ZksnarkException.class)
22732273
public void isShieldedTRC20ContractNoteSpent() throws Exception {
22742274
int statNum = 9200;
22752275
int endNum = 9240;

0 commit comments

Comments
 (0)