Skip to content

Commit

Permalink
CNS-45: small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-lava committed Dec 25, 2022
1 parent be950ca commit 8d64550
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x/pairing/keeper/pairing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ func TestGetPairing(t *testing.T) {
pairing, err := ts.keepers.Pairing.GetPairing(ts.ctx, &pairingReq)
if !tt.validPairingExists {
require.NotNil(t, err)
return
} else {
require.Nil(t, err)

Expand Down

0 comments on commit 8d64550

Please sign in to comment.