Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed Nov 15, 2023
1 parent e5816e4 commit c5280d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/concept/newsletter/test/newsletter_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub fn read_emails_test() {
[email protected]
[email protected]
"
let assert Ok(_) = simplifile.write(emails, "emails.txt")
let assert Ok(_) = simplifile.write("emails.txt", emails)
let assert Ok(emails) = newsletter.read_emails("emails.txt")
emails
|> should.equal(["[email protected]", "[email protected]", "[email protected]"])
Expand Down

0 comments on commit c5280d0

Please sign in to comment.