Skip to content

Commit

Permalink
Delete unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
sug0 committed Aug 10, 2023
1 parent 7c863b1 commit 836d3e1
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/src/integration/eth_bridge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@ use crate::e2e::setup::constants::{
use crate::e2e::setup::{Bin, Who};
use crate::{run, run_as};

/// # Examples
///
/// ```
/// let storage_key = storage_key("queue");
/// assert_eq!(storage_key, "#atest1v9hx7w36g42ysgzzwf5kgem9ypqkgerjv4ehxgpqyqszqgpqyqszqgpqyqszqgpqyqszqgpq8f99ew/queue");
/// ```
fn storage_key(path: &str) -> String {
format!("#{BRIDGE_ADDRESS}/{path}")
}

/// Tests that we can start the ledger with an endpoint for submitting Ethereum
/// events. This mode can be used in further end-to-end tests.
#[test]
Expand Down

0 comments on commit 836d3e1

Please sign in to comment.