Skip to content

Commit

Permalink
change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
plafer committed Dec 1, 2023
1 parent 6fca501 commit 2117dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion air/src/proof/tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::StarkProof;

#[test]
pub fn starkproof_new_dummy_works() {
pub fn starkproof_new_dummy_doesnt_panic() {
let _ = StarkProof::new_dummy();
}

0 comments on commit 2117dcb

Please sign in to comment.