Skip to content

Commit

Permalink
remove 2nd test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonykwok1992 committed Mar 16, 2024
1 parent c08eeec commit 825c439
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -979,13 +979,4 @@ public void testBuildFunctionLinkBinaryWithReferences() throws Exception {

assertEquals(methodSpec.toString(), (expected));
}

@Test
public void testBinaryWithUnlinkedLibraryLengthOver65534() throws Exception {
solidityFunctionWrapper.createBinaryDefinition(
"0x"
+ "a".repeat(40000)
+ "__$927c5a12e2f339676f56d42ec1c0537964$__"
+ "a".repeat(40000));
}
}

0 comments on commit 825c439

Please sign in to comment.