Skip to content

Commit

Permalink
fix: delete output in TestQueryContractsByCode (#90)
Browse files Browse the repository at this point in the history
* fix: delete output in TestQueryContractsByCode

Signed-off-by: 170210 <[email protected]>

* chore: add this PR to CHANGELOG

Signed-off-by: 170210 <[email protected]>

---------

Signed-off-by: 170210 <[email protected]>
  • Loading branch information
170210 authored Aug 22, 2023
1 parent 1b88f0d commit 0cecc1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
* [\#62](https://github.com/Finschia/wasmd/pull/62) fill ContractHistory querier result's Updated field
* [\#52](https://github.com/Finschia/wasmd/pull/52) fix cli_test error of wasmplus and add cli_test ci
* [\#89](https://github.com/Finschia/wasmd/pull/89) fill ContractInfo querier result's Updated field
* [\#90](https://github.com/Finschia/wasmd/pull/90) delete output in TestQueryContractsByCode

### Breaking Changes

Expand Down
1 change: 0 additions & 1 deletion x/wasm/keeper/querier_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,6 @@ func TestQueryContractsByCode(t *testing.T) {
adminAddr := contract.CreatorAddr
label := "demo contract to query"
contractAddr, _, err := keepers.ContractKeeper.Instantiate(ctx, contract.CodeID, contract.CreatorAddr, adminAddr, initMsgBz, label, initialAmount)
fmt.Println(contract.CodeID)
require.NoError(t, err)
return contractAddr
}
Expand Down

0 comments on commit 0cecc1a

Please sign in to comment.