Skip to content

Commit

Permalink
chore: bump scarb to 2.8.2 for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
milancermak committed Sep 12, 2024
1 parent 3fc8328 commit 3f95aa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scarb 2.7.0
scarb 2.8.2
starknet-foundry 0.27.0
3 changes: 1 addition & 2 deletions src/tests/test_access_control.cairo
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
mod test_access_control {
use access_control::access_control_component::{AccessControlPublic, AccessControlHelpers};
use access_control::access_control_component;
use access_control::tests::mock_access_control::mock_access_control;
use core::num::traits::Zero;
use snforge_std::{spy_events, EventSpy, Event, EventSpyTrait, start_cheat_caller_address, test_address};
use snforge_std::{spy_events, EventSpyTrait, start_cheat_caller_address, test_address};
use starknet::ContractAddress;
//
// Constants
Expand Down

0 comments on commit 3f95aa0

Please sign in to comment.