Skip to content

Commit

Permalink
Fix header test
Browse files Browse the repository at this point in the history
  • Loading branch information
bandreghetti committed Jul 13, 2021
1 parent a618248 commit 2f95493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tx_getHeader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func TestGetHeader(t *testing.T) {
stub := shim.NewMockStub("org1MSP", new(testCC))

expectedResponse := map[string]interface{}{
"ccToolsVersion": "v0.7.0-rc.3",
"ccToolsVersion": "v0.7.0",
"colors": []interface{}{
"#4267B2",
"#34495E",
Expand Down

0 comments on commit 2f95493

Please sign in to comment.