Skip to content

Commit a70b896

Browse files
committed
Fix UI tests
1 parent 5a092ca commit a70b896

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ error[E0599]: the method `fire` exists for struct `ink_env::call::CallBuilder<De
4040
= note: the following trait bounds were not satisfied:
4141
`NonCodecType: parity_scale_codec::Decode`
4242
note: the following trait must be implemented
43-
--> $CARGO/parity-scale-codec-3.1.0/src/codec.rs
43+
--> $CARGO/parity-scale-codec-3.1.2/src/codec.rs
4444
|
4545
| / pub trait Decode: Sized {
4646
| | // !INTERNAL USE ONLY!

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ error[E0599]: the method `fire` exists for struct `CallBuilder<E, Set<Call<E>>,
2424
= note: the following trait bounds were not satisfied:
2525
`NonCodec: parity_scale_codec::Decode`
2626
note: the following trait must be implemented
27-
--> $CARGO/parity-scale-codec-3.1.0/src/codec.rs
27+
--> $CARGO/parity-scale-codec-3.1.2/src/codec.rs
2828
|
2929
| / pub trait Decode: Sized {
3030
| | // !INTERNAL USE ONLY!

0 commit comments

Comments
 (0)