Skip to content

Commit 0749aa6

Browse files
committed
🦖 fix UI tests with latest codec version
1 parent f9df056 commit 0749aa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ error[E0599]: the method `try_invoke` exists for struct `CallBuilder<DefaultEnvi
4646
= note: the following trait bounds were not satisfied:
4747
`NonCodecType: parity_scale_codec::Decode`
4848
note: the trait `parity_scale_codec::Decode` must be implemented
49-
--> $CARGO/parity-scale-codec-3.6.3/src/codec.rs
49+
--> $CARGO/parity-scale-codec-3.6.4/src/codec.rs
5050
|
5151
| pub trait Decode: Sized {
5252
| ^^^^^^^^^^^^^^^^^^^^^^^

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

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

0 commit comments

Comments
 (0)