Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aleem1314 committed Dec 1, 2020
1 parent 807bf1a commit 0a3d4b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/grpc/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (s *IntegrationTestSuite) TestGRPCServer() {
)
// TODO Once https://github.com/cosmos/cosmos-sdk/pull/8029 is merged, this
// should not error anymore.
s.Require().Error(err)
s.Require().NoError(err)
}

// Test and enforce that we upfront reject any connections to baseapp containing
Expand Down

0 comments on commit 0a3d4b8

Please sign in to comment.