Skip to content

Commit

Permalink
fix(debug): drop debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
yamafaktory committed Nov 7, 2024
1 parent 0a3f5f9 commit 85ab674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/jql-runner/src/array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ mod tests {
let value = json!(1);
assert_eq!(
get_array_range(&Range::new(None, Some(Index::new(5))), &mut value.clone()),
Err(JqlRunnerError::InvalidArrayError(value.clone()))
Err(JqlRunnerError::InvalidArrayError(value))
);
}

Expand Down

0 comments on commit 85ab674

Please sign in to comment.