Skip to content

Commit 85aafcc

Browse files
committed
test: restore cleanup
1 parent b16674e commit 85aafcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/gserde_test.gleam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ pub fn end_to_end_test() {
9494
|> should.equal(
9595
"{\"a_bool\":true,\"b_int\":1,\"c_float\":1.0,\"d_two_tuple\":[2,\"3\"],\"e_option_int\":4,\"f_string_list\":[\"a\",\"b\"]}",
9696
)
97-
// ["foo.gleam", "foo_json.gleam", "foo_json_test.gleam"]
98-
// |> list.each(fn(basename) { exec("rm", ["-f", "src/internal/" <> basename]) })
97+
["foo.gleam", "foo_json.gleam", "foo_json_test.gleam"]
98+
|> list.each(fn(basename) { exec("rm", ["-f", "src/internal/" <> basename]) })
9999
}

0 commit comments

Comments
 (0)