Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 19, 2023
1 parent af81ebb commit e4b7558
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions contracts/src/tests/test_upgradeable.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ use chainlink::libraries::mocks::mock_non_upgradeable::{
IMockNonUpgradeableDispatcherImpl
};

fn STATE() -> MockUpgradeable::ContractState {
MockUpgradeable::contract_state_for_testing()
}

// Some tests are still written in TS due to missing features in cairo-test

fn setup() -> ContractAddress {
let account: ContractAddress = contract_address_const::<777>();
set_caller_address(account);
Expand Down

0 comments on commit e4b7558

Please sign in to comment.