Skip to content

Commit

Permalink
typo (#1596)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-valerio authored Apr 16, 2024
1 parent ee7667c commit d01482a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/build/templates/new/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<C, E>) -> E2EResult<()> {
// Given
Expand Down

0 comments on commit d01482a

Please sign in to comment.