From eb5e239d691a4a8c8bc119138980277c80c23b4f Mon Sep 17 00:00:00 2001 From: James Hiew Date: Wed, 16 Nov 2022 20:52:25 +0000 Subject: [PATCH] Add comment for the test --- tests/src/e2e/eth_bridge_tests.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/src/e2e/eth_bridge_tests.rs b/tests/src/e2e/eth_bridge_tests.rs index 2e80d804d27..4a8f63ad893 100644 --- a/tests/src/e2e/eth_bridge_tests.rs +++ b/tests/src/e2e/eth_bridge_tests.rs @@ -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;