Skip to content

Commit

Permalink
Fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Oct 12, 2023
1 parent f79a694 commit 29d10f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions t.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash

for pkg in $(go list ./... ); do
echo "$pkg"
go test "$pkg"
done
2 changes: 1 addition & 1 deletion x/wasm/keeper/addresses_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestBuildContractAddressClassic(t *testing.T) {
type Spec struct {
In struct {
CodeId uint64 `json:"codeId"`
InstanceId uint64 `json:"InstanceId"`
InstanceId uint64 `json:"instanceId"`
} `json:"in"`
Out struct {
Address sdk.AccAddress `json:"address"`
Expand Down

0 comments on commit 29d10f3

Please sign in to comment.