diff --git a/core/chaincode/exectransaction_test.go b/core/chaincode/exectransaction_test.go index b8a60a8a94f..dd19d4b5ad1 100644 --- a/core/chaincode/exectransaction_test.go +++ b/core/chaincode/exectransaction_test.go @@ -376,9 +376,7 @@ func TestHTTPExecuteDeployTransaction(t *testing.T) { // itself or it won't be downloaded because it will be found // in GOPATH, which would defeat the test testDBWrapper.CleanDB(t) - //executeDeployTransaction(t, "http://github.com/hyperledger/fabric-test-resources/examples/chaincode/go/chaincode_example01") - // forked the above until the ChaincodeStubInterface change is accepted into the fabric-test-resources project - executeDeployTransaction(t, "http://github.com/brad-gorman/fabric-test-resources/examples/chaincode/go/chaincode_example01") + executeDeployTransaction(t, "http://github.com/hyperledger/fabric-test-resources/examples/chaincode/go/chaincode_example01") } // Check the correctness of the final state after transaction execution.