Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed May 29, 2024
1 parent dae6993 commit 62c39e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/empty_file/expected_results.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 2,
"status": "error",
"message": "warning: Unused imported module\n ┌─ test/empty_file_test.gleam:1:1\n\n1 │ import empty_file\n │ ^^^^^^^^^^^^^^^^^ This imported module is never used\nHint: You can safely remove it.\nwarning: Unused imported module\n ┌─ test/empty_file_test.gleam:2:1\n\n2 │ import exercism/should\n^^^^^^^^^^^^^^^^^^^^^^ This imported module is never used\nHint: You can safely remove it.\nerror: Unknown module field\n ┌─ test/empty_file_test.gleam:10:13\n\n10 │ empty_file.hello_world()\n │ ^^^^^^^^^^^^\nThe module `empty_file` does not have a `hello_world` value."
"message": "warning: Unused imported module\n ┌─ test/empty_file_test.gleam:2:1\n\n2 │ import exercism/should\n │ ^^^^^^^^^^^^^^^^^^^^^^ This imported module is never used\nHint: You can safely remove it.\nwarning: Unused imported module\n ┌─ test/empty_file_test.gleam:1:1\n\n1 │ import empty_file\n │ ^^^^^^^^^^^^^^^^^ This imported module is never used\nHint: You can safely remove it.\nerror: Unknown module field\n ┌─ test/empty_file_test.gleam:10:13\n\n10 │ empty_file.hello_world()\n │ ^^^^^^^^^^^^\nThe module `empty_file` does not have a `hello_world` value."
}

0 comments on commit 62c39e0

Please sign in to comment.