Skip to content

Commit

Permalink
Update insta shapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olorin37 committed May 28, 2024
1 parent db42b47 commit 5f31ce5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ expression: err
---
error: contract broken by the caller of `range`
invalid range
┌─ <stdlib/std.ncl>:672:9
┌─ <stdlib/std.ncl>:673:9
672| std.contract.unstable.RangeFun Dyn
673| std.contract.unstable.RangeFun Dyn
---------------------------------- expected type
┌─ [INPUTS_PATH]/errors/array_range_reversed_indices.ncl:3:19
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ expression: err
---
error: contract broken by the caller of `range_step`
invalid range step
┌─ <stdlib/std.ncl>:647:9
┌─ <stdlib/std.ncl>:648:9
647| std.contract.unstable.RangeFun (std.contract.unstable.RangeStep -> Dyn)
648| std.contract.unstable.RangeFun (std.contract.unstable.RangeStep -> Dyn)
----------------------------------------------------------------------- expected type
┌─ [INPUTS_PATH]/errors/array_range_step_negative_step.ncl:3:27
Expand Down

0 comments on commit 5f31ce5

Please sign in to comment.