Skip to content

Commit

Permalink
test: fix wrong generate query test call
Browse files Browse the repository at this point in the history
Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
  • Loading branch information
bdeneux and srdtrk authored Jun 27, 2024
1 parent 58155c4 commit d3e10d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_test/integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ func (s *MySuite) TestQueryClient() {
s.GenerateQueryClientTest("testdata/ics721.json")
s.GenerateQueryClientTest("testdata/dao-dao-core.json")
s.GenerateQueryClientTest("testdata/axone-objectarium.json")
s.GenerateMessageTypesTest("testdata/map-test.json")
s.GenerateQueryClientTest("testdata/map-test.json")
}

func (s *MySuite) TestInterchaintestScaffold() {
Expand Down

0 comments on commit d3e10d7

Please sign in to comment.