Skip to content

Commit

Permalink
fix smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Oct 23, 2024
1 parent b599cf7 commit f870016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/smoke/Commands/dev/repl.smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,14 @@ tests:
Stdlib.Prelude> \1
exit-status: 0

- name: check-type-null
- name: check-type-isEmpty
command:
- juvix
- dev
- repl
stdout:
contains: "{A : Type} -> (list : List A) -> Bool"
stdin: ":type null"
stdin: ":type isEmpty"
exit-status: 0

- name: check-type-suc
Expand Down
4 changes: 2 additions & 2 deletions tests/smoke/Commands/repl.smoke.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,13 +151,13 @@ tests:
Stdlib.Prelude> \1
exit-status: 0

- name: check-type-null
- name: check-type-isEmpty
command:
- juvix
- repl
stdout:
contains: "{A : Type} -> (list : List A) -> Bool"
stdin: ":type null"
stdin: ":type isEmpty"
exit-status: 0

- name: check-type-suc
Expand Down

0 comments on commit f870016

Please sign in to comment.