Skip to content

Commit 7e637a3

Browse files
authored
Update test fixtures (#1328)
1 parent 4403937 commit 7e637a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/lang/tests/ui/contract/fail/message-returns-non-codec.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ error[E0599]: the method `fire` exists for struct `ink_env::call::CallBuilder<De
6060
= note: the following trait bounds were not satisfied:
6161
`NonCodecType: parity_scale_codec::Decode`
6262
note: the following trait must be implemented
63-
--> $CARGO/parity-scale-codec-3.1.2/src/codec.rs
63+
--> $CARGO/parity-scale-codec-3.1.5/src/codec.rs
6464
|
6565
| pub trait Decode: Sized {
6666
| ^^^^^^^^^^^^^^^^^^^^^^^

crates/lang/tests/ui/trait_def/fail/message_output_non_codec.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ error[E0599]: the method `fire` exists for struct `CallBuilder<E, Set<Call<E>>,
3434
= note: the following trait bounds were not satisfied:
3535
`NonCodec: parity_scale_codec::Decode`
3636
note: the following trait must be implemented
37-
--> $CARGO/parity-scale-codec-3.1.2/src/codec.rs
37+
--> $CARGO/parity-scale-codec-3.1.5/src/codec.rs
3838
|
3939
| pub trait Decode: Sized {
4040
| ^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)