Skip to content

Commit

Permalink
dev: make function private
Browse files Browse the repository at this point in the history
  • Loading branch information
ftupas committed Sep 19, 2023
1 parent 080ec28 commit 18e3018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/test-utils/src/deploy_helpers.rs
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ impl KakarotTestEnvironmentContext {
/// Kakarot based applications.
///
/// Returns a `TestSequencer` configured for Kakarot.
pub async fn construct_kakarot_test_sequencer(with_dumped_state: bool) -> TestSequencer {
async fn construct_kakarot_test_sequencer(with_dumped_state: bool) -> TestSequencer {
TestSequencer::start(
SequencerConfig { no_mining: false, block_time: None },
kakarot_starknet_config(with_dumped_state),
Expand Down

0 comments on commit 18e3018

Please sign in to comment.