Skip to content

Commit

Permalink
failed: the location of first argument cannot be None
Browse files Browse the repository at this point in the history
  • Loading branch information
bobzhang committed Oct 12, 2024
1 parent 723b078 commit 3c9987e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builtin/linked_hash_set_test.mbt
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ test "array unique via Set" {
let v = [1, 2, 3, 4, 5, 3, 2, 4, 5]
let h = Set::from_iter(v.iter())
let v = [..h]
// @json.inspect!([..h])
@json.inspect!([..h])
@json.inspect!(v, content=[1, 2, 3, 4, 5])
}

Expand Down

0 comments on commit 3c9987e

Please sign in to comment.