We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b84c4f6 commit a6b2142Copy full SHA for a6b2142
1 file changed
framework/src/test/java/org/tron/core/ShieldedTRC20BuilderTest.java
@@ -2269,7 +2269,7 @@ public void testscanShieldedTRC20NotesByOvk() throws Exception {
2269
}
2270
2271
2272
- @Test(expected = IllegalArgumentException.class)
+ @Test(expected = ZksnarkException.class)
2273
public void isShieldedTRC20ContractNoteSpent() throws Exception {
2274
int statNum = 9200;
2275
int endNum = 9240;
0 commit comments