Skip to content

Commit

Permalink
fix UI test error message
Browse files Browse the repository at this point in the history
  • Loading branch information
SkymanOne committed Dec 18, 2022
1 parent 056a352 commit 18b8b02
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
error[E0201]: duplicate definitions with name `message_checked`:
error[E0592]: duplicate definitions with name `message_checked`
--> tests/ui/contract/fail/message-hygiene-checked.rs:16:9
|
1 | #[ink::contract]
| ---------------- previous definition of `message_checked` here
| ---------------- other definition for `message_checked`
...
16 | pub fn message_checked(&self) {}
| ^^^ duplicate definition
| ^^^ duplicate definitions for `message_checked`

0 comments on commit 18b8b02

Please sign in to comment.