Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
y21 committed Mar 19, 2024
1 parent 0eb9851 commit 865659a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/dash_vm/src/test/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ simple_test!(
r#"
assert([,].length === 1);
assert([1,].length === 1);
assert([1,,].length === 1);
assert([1,,].length === 2);
assert([,,].length === 2);
"#,
Value::undefined()
Expand Down

0 comments on commit 865659a

Please sign in to comment.