Skip to content

Commit

Permalink
remove anchors
Browse files Browse the repository at this point in the history
  • Loading branch information
segfault-magnet committed Oct 6, 2024
1 parent 345232b commit 88e016c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/tests/scripts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,6 @@ async fn loader_can_be_presented_as_a_normal_script_with_shifted_configurables()
let wallet = launch_provider_and_get_wallet().await?;
let provider = wallet.try_provider()?.clone();

// ANCHOR: preload_low_level
let regular = Executable::load_from(binary_path)?;

let configurables = MyScriptConfigurables::default().with_SECRET_NUMBER(10001)?;
Expand Down Expand Up @@ -610,7 +609,6 @@ async fn loader_can_be_presented_as_a_normal_script_with_shifted_configurables()
let response = provider.send_transaction_and_await_commit(tx).await?;

response.check(None)?;
// ANCHOR_END: preload_low_level

Ok(())
}

0 comments on commit 88e016c

Please sign in to comment.