Skip to content

Commit

Permalink
Remove debug test
Browse files Browse the repository at this point in the history
  • Loading branch information
tensojka committed Sep 13, 2024
1 parent 27f7513 commit a04dbf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/deploy.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ use snforge_std::{

//useful for debugging

#[test]
#[fork("SEPOLIA")]
//#[test]
//#[fork("SEPOLIA")]
fn test_deploy() {
let gov_contract = declare("Governance").expect('unable to declare governance');
let voting_token_class = 0x01d388b7b8976172e22d8707bb6d493f8a0edb6f701bb9282ed59c66c30e1e4f;
Expand Down

0 comments on commit a04dbf7

Please sign in to comment.