Skip to content

Commit

Permalink
removed test
Browse files Browse the repository at this point in the history
  • Loading branch information
chudkowsky committed Jan 15, 2025
1 parent a42b695 commit d8193f7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions prover/src/utils/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,3 @@ impl ProgramPublicInputAsNSteps {
steps
}
}

#[test]
pub fn test() {
let path = PathBuf::from("/home/mateuszchudkowski/dev/cartdrige_lang/proof_files/pub.json");
let path2 = PathBuf::from("/home/mateuszchudkowski/dev/cartdrige_lang/proof_files/config.json");
Template::generate_from_public_input_file(&path, Some(10), Some(20))
.unwrap()
.save_to_file(&path2)
.unwrap();
}

0 comments on commit d8193f7

Please sign in to comment.