Skip to content

Commit 68b283d

Browse files
committed
Update erc20.rs
Signed-off-by: Samuel Moelius <35515885+smoelius@users.noreply.github.com>
1 parent 99ca0fa commit 68b283d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/stylus_tests/erc20.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fn erc20() {
2929
let stdout = send(dir, &address, ["initialize(uint256)", balance]).unwrap();
3030
println!("{}", stdout);
3131

32-
// smoelius: Calling `init` a second time should revert.
32+
// smoelius: Calling `initialize` a second time should revert.
3333
let error = send(dir, &address, ["initialize(uint256)", balance]).unwrap_err();
3434
println!("{:?}", error);
3535

0 commit comments

Comments
 (0)