Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin-Ray committed Sep 17, 2024
1 parent d6335cc commit 80cf850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1356,7 +1356,7 @@ mod test {
assert_eq!(
result,
Ok(OwnedColumn::<Curve25519Scalar>::Boolean(vec![
true, false, true
true, true, true
]))
);

Expand Down

0 comments on commit 80cf850

Please sign in to comment.