Skip to content

Commit

Permalink
test: restore cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
cdaringe committed Feb 2, 2024
1 parent b16674e commit 85aafcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/gserde_test.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ pub fn end_to_end_test() {
|> should.equal(
"{\"a_bool\":true,\"b_int\":1,\"c_float\":1.0,\"d_two_tuple\":[2,\"3\"],\"e_option_int\":4,\"f_string_list\":[\"a\",\"b\"]}",
)
// ["foo.gleam", "foo_json.gleam", "foo_json_test.gleam"]
// |> list.each(fn(basename) { exec("rm", ["-f", "src/internal/" <> basename]) })
["foo.gleam", "foo_json.gleam", "foo_json_test.gleam"]
|> list.each(fn(basename) { exec("rm", ["-f", "src/internal/" <> basename]) })
}

0 comments on commit 85aafcc

Please sign in to comment.