Skip to content

Commit e7ddb5b

Browse files
inoaslpil
authored andcommitted
simplify code
1 parent 6cf891d commit e7ddb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gleam/string_test.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -794,7 +794,7 @@ if erlang {
794794

795795
pub fn improper_list_inspect_test() {
796796
let list = improper_list_append(1, 2, 3)
797-
assert "//erl[1, 2 | 3] %% improper list" = string.inspect(list)
797+
assert "//erl[1, 2 | 3]" = string.inspect(list)
798798
}
799799

800800
// Warning: The type of this function is incorrect

0 commit comments

Comments
 (0)