Skip to content

Commit

Permalink
Update src/runtime_bignum_test.nr
Browse files Browse the repository at this point in the history
Co-authored-by: Maxim Vezenov <[email protected]>
  • Loading branch information
TomAFrench and vezenovm authored Oct 9, 2024
1 parent 2269dea commit 15683dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime_bignum_test.nr
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fn test_quadratic_expression() {
}

#[test]
fn assert_is_not_equa() {
fn assert_is_not_equal() {
let bn = $typ ::get_instance();
let a: BigNum<$N, $typ> = unsafe{ bn.__derive_from_seed([1, 2, 3, 4]) };
let b: BigNum<$N, $typ> = unsafe{ bn.__derive_from_seed([4, 5, 6, 7]) };
Expand Down

0 comments on commit 15683dc

Please sign in to comment.