Skip to content

Commit

Permalink
Remove unnecessary quotes from a 'strain' test
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Oct 10, 2024
1 parent e88788a commit e06fb78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/practice/strain/.meta/strain-test.ys
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use: strain

test::
- name: Keep on empty list returns empty list
code: 'keep([] "fn([x] true)")'
code: keep([] "fn([x] true)")
want: []
uuid: 26af8c32-ba6a-4eb3-aa0a-ebd8f136e003

Expand Down
2 changes: 1 addition & 1 deletion exercises/practice/strain/strain-test.ys
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use: strain

test::
- name: Keep on empty list returns empty list
code: 'keep([] "fn([x] true)")'
code: keep([] "fn([x] true)")
want: []

- name: Keeps everything
Expand Down

0 comments on commit e06fb78

Please sign in to comment.