Skip to content

Commit

Permalink
Remove Goerli from stale tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tensojka committed Apr 17, 2024
1 parent 051b12e commit acb76ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
5 changes: 0 additions & 5 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ name = "MAINNET"
url = "http://34.22.208.73:6060/v0_7"
block_id.tag = "Latest"

[[tool.snforge.fork]]
name = "GOERLI"
url = "http://34.22.208.73:6061/v0_7"
block_id.tag = "Latest"

[[tool.snforge.fork]]
name = "SEPOLIA"
url = "http://34.22.208.73:6062/v0_7"
Expand Down
15 changes: 0 additions & 15 deletions tests/basic.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,6 @@ fn test_submit_proposal() {
dispatcher.submit_proposal(0x00, 1);
}

#[test]
#[fork("GOERLI")]
fn test_forking_functionality() {
let gov_contract_addr: ContractAddress =
0x7ba1d4836a1142c09dde23cb39b2885fe350912591461b5764454a255bdbac6
.try_into()
.unwrap();
let dispatcher = IProposalsDispatcher { contract_address: gov_contract_addr };
let propdetails = dispatcher.get_proposal_details(1);
assert(
propdetails.payload == 0x78b4ccacdc1c902281f6f13d94b6d17b1f4c44ff811c01dea504d43a264f611,
'payload not match'
);
}


// Raises the prop_id to 44, fixes prop_id now 0
fn submit_44_signal_proposals() {
Expand Down

0 comments on commit acb76ce

Please sign in to comment.