Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
PizieDust committed Jan 31, 2025
1 parent 4a3c57f commit cd59943
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test-dirs/motion/jump_match.t
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ Test when there's no next case
$ $MERLIN single jump -target match-next-case -position 13:2 -filename test.ml < test.ml
{
"class": "return",
"value": "No next case found",
"value": "No matching case found for match-next-case",
"notifications": []
}

Test when there's no previous case
$ $MERLIN single jump -target match-prev-case -position 3:2 -filename test.ml < test.ml
{
"class": "return",
"value": "No previous case found",
"value": "No matching case found for match-prev-case",
"notifications": []
}

Expand Down

0 comments on commit cd59943

Please sign in to comment.