Skip to content

Commit a72ea37

Browse files
committed
fix: warnings
1 parent deaf7b6 commit a72ea37

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/governance/src/tests/governor/test_governor_timelock_execution.cairo

-3
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,6 @@ fn test_execute_operations() {
315315

316316
governor.queue(calls, (@description).hash());
317317

318-
let target_id = timelocked.get_timelock_id(id);
319-
let salt = timelock_salt(governor.contract_address, (@description).hash());
320-
321318
let state = governor.state(id);
322319
assert_eq!(state, ProposalState::Queued);
323320

0 commit comments

Comments
 (0)