Skip to content

Commit

Permalink
Explicitly set blockchain config in GitHubTransactionTest
Browse files Browse the repository at this point in the history
This change fixes bulk test run issue which is somehow related
to incorrect blockchain config. Only bulk run was affected by this problem.
  • Loading branch information
mkalinin committed Mar 14, 2018
1 parent dfb57d9 commit c81deba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ public class GitHubTransactionTest {
@BeforeClass
public static void setup() throws IOException {
suite = new TxTestSuite(treeSHA, commitSHA);
SystemProperties.getDefault().setBlockchainConfig(new MainNetConfig());
}

@After
Expand Down

0 comments on commit c81deba

Please sign in to comment.