diff --git a/crates/build/templates/new/lib.rs b/crates/build/templates/new/lib.rs index 525f2a612..039340ee0 100644 --- a/crates/build/templates/new/lib.rs +++ b/crates/build/templates/new/lib.rs @@ -106,7 +106,7 @@ mod {{name}} { Ok(()) } - /// We test that we can read and write a value from the on-chain contract contract. + /// We test that we can read and write a value from the on-chain contract. #[ink_e2e::test] async fn it_works(mut client: ink_e2e::Client) -> E2EResult<()> { // Given