diff --git a/codegen/src/test/java/org/web3j/codegen/SolidityFunctionWrapperGeneratorTest.java b/codegen/src/test/java/org/web3j/codegen/SolidityFunctionWrapperGeneratorTest.java index 6b99e53ce..82f8307ff 100644 --- a/codegen/src/test/java/org/web3j/codegen/SolidityFunctionWrapperGeneratorTest.java +++ b/codegen/src/test/java/org/web3j/codegen/SolidityFunctionWrapperGeneratorTest.java @@ -95,11 +95,6 @@ public void testContractWithLargeBinary() throws Exception { testCodeGenerationJvmTypes("large", "Large"); } - @Test - public void testContractWithLargeBinaryAndUnlinkedLib() throws Exception { - testCodeGenerationJvmTypes("largewithunlinkedlib", "largewithunlinkedlib"); - } - @Test public void testShipIt() throws Exception { testCodeGenerationJvmTypes("shipit", "ShipIt");