Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Sep 24, 2024
1 parent 3cf2d77 commit 18c5e3e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ func (s *DexTestSuite) TestSimulateCancelLimitOrderFails() {
}

resp, err := s.App.DexKeeper.SimulateCancelLimitOrder(s.Ctx, req)
s.ErrorIs(err, types.ErrActiveLimitOrderNotFound)
s.ErrorIs(err, types.ErrValidLimitOrderTrancheNotFound)
s.Nil(resp)
}

0 comments on commit 18c5e3e

Please sign in to comment.