Skip to content

Commit 1ea73c1

Browse files
author
Brad Gorman
committed
Switch back to fabric-test-resources
As part of https://gerrit.hyperledger.org/r/#/c/365/ I forked the example code hosted on GitHub to pass the tests. Undoing that now so that the original GitHub repo can be used. The pull request to mirror this is at hyperledger-archives/fabric-test-resources-gerrit#1 Change-Id: Ia0b504a35e9cba2318b0b80e8a75833b126ec726 Signed-off-by: Bradley Gorman <[email protected]>
1 parent 0ba14a5 commit 1ea73c1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

core/chaincode/exectransaction_test.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -376,9 +376,7 @@ func TestHTTPExecuteDeployTransaction(t *testing.T) {
376376
// itself or it won't be downloaded because it will be found
377377
// in GOPATH, which would defeat the test
378378
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")
382380
}
383381

384382
// Check the correctness of the final state after transaction execution.

0 commit comments

Comments
 (0)