Skip to content

Commit

Permalink
Fix Integration Tests (hyperledger-web3j#1294)
Browse files Browse the repository at this point in the history
* Initial Commit.

* Initial IT Commit

* CoreIT test fixes

* 80% of Scenarios pass.

* Fixed more tests.

* All tests are passing
Clean up

* Applied feedback

* Wrappers are now generated with every build of codegen

* Removed primitive contract. There is not use for it

* Fixed failing test.
Wrappers will be generated only if the sol file is provided.
  • Loading branch information
AlexandrouR authored and rach-id committed Dec 10, 2021
1 parent 500ec49 commit 1bcd2ab
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import java.util.Arrays;
import java.util.Collections;

import org.com.test.contract.HumanStandardToken;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit 1bcd2ab

Please sign in to comment.