Skip to content

Commit

Permalink
Add comment for the test
Browse files Browse the repository at this point in the history
  • Loading branch information
james-chf committed Jan 3, 2023
1 parent b113314 commit c1da393
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/e2e/eth_bridge_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ fn storage_key(path: &str) -> String {
format!("#{}/{}", eth_bridge::vp::ADDRESS, path)
}

/// Test that a regular transaction cannot modify arbitrary keys of the Ethereum
/// bridge VP.
#[test]
fn test_unauthorized_tx_cannot_write_storage() {
const LEDGER_STARTUP_TIMEOUT_SECONDS: u64 = 30;
Expand Down

0 comments on commit c1da393

Please sign in to comment.