Skip to content

Commit

Permalink
fix policies test
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Sep 24, 2024
1 parent 77902e5 commit f0b0e59
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion x/authority/types/policies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

func TestPolicies_Validate(t *testing.T) {
sdkconfig.SetDefault(true)
sdkconfig.SetDefault(false)
// use table driven tests to test the validation of policies
tests := []struct {
name string
Expand Down
2 changes: 1 addition & 1 deletion zetaclient/zetacore/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func TestZetacore_GetAllOutboundTrackerByChain(t *testing.T) {
method := "/zetachain.zetacore.crosschain.Query/OutboundTrackerAllByChain"
setupMockServer(t, crosschaintypes.RegisterQueryServer, method, input, expectedOutput)

client := setupZetacoreClient(t)
client := setupZetacoreClient(t, withDefaultObserverKeys())

resp, err := client.GetAllOutboundTrackerByChain(ctx, chain.ChainId, interfaces.Ascending)
require.NoError(t, err)
Expand Down

0 comments on commit f0b0e59

Please sign in to comment.