Skip to content

Commit

Permalink
chore: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeseung-bae committed Jun 12, 2024
1 parent 5d137b8 commit 6b6c5bf
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions x/fswap/keeper/grpc_query_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -297,11 +297,9 @@ func (s *FSwapQueryTestSuite) TestQuerySwapsRequest() {
name: "invalid request",
request: &types.QuerySwapsRequest{
Pagination: &query.PageRequest{
Key: []byte("invalid-key"),
Offset: 1,
Limit: 0,
CountTotal: false,
Reverse: false,
Key: []byte("invalid-key"),
Offset: 1,
Limit: 0,
},
},
expectedResponse: nil,
Expand Down

0 comments on commit 6b6c5bf

Please sign in to comment.