Skip to content

Commit

Permalink
Update bytes.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AdventureSeeker987 authored Apr 24, 2024
1 parent eae80f2 commit 8922586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2-base/src/safe_types/tests/bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use rand::rngs::OsRng;
use std::vec;
use test_case::test_case;

// =========== Utilies ===============
// =========== Utilities ===============
fn mock_circuit_test<FM: FnMut(&mut Context<Fr>, SafeTypeChip<'_, Fr>)>(mut f: FM) {
base_test().k(10).lookup_bits(8).run(|ctx, range| {
let safe = SafeTypeChip::new(range);
Expand Down

0 comments on commit 8922586

Please sign in to comment.