Commit 1ea73c1 Brad Gorman
committed
1 parent 0ba14a5 commit 1ea73c1 Copy full SHA for 1ea73c1
File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -376,9 +376,7 @@ func TestHTTPExecuteDeployTransaction(t *testing.T) {
376
376
// itself or it won't be downloaded because it will be found
377
377
// in GOPATH, which would defeat the test
378
378
testDBWrapper .CleanDB (t )
379
- //executeDeployTransaction(t, "http://github.com/hyperledger/fabric-test-resources/examples/chaincode/go/chaincode_example01")
380
- // forked the above until the ChaincodeStubInterface change is accepted into the fabric-test-resources project
381
- executeDeployTransaction (t , "http://github.com/brad-gorman/fabric-test-resources/examples/chaincode/go/chaincode_example01" )
379
+ executeDeployTransaction (t , "http://github.com/hyperledger/fabric-test-resources/examples/chaincode/go/chaincode_example01" )
382
380
}
383
381
384
382
// Check the correctness of the final state after transaction execution.
You can’t perform that action at this time.
0 commit comments