Fix UI Tests (#7722)

* Fix UI tests

* make updates.

* Revert "make updates."

This reverts commit 3f41979c12e86acb75fd086675ac09659dde533e.

* Try to fix companion build

* Use some depth

* tests: fix UI tests on the latest nightly

* tests: fix polkadot companion test, depth

* chore: update deps

* chore: update deps

* chore: sp-io

Co-authored-by: kianenigma <kian.peymani@gmail.com>
Co-authored-by: Bastian Köcher <git@kchr.de>
Co-authored-by: Denis P <denis.pisarev@parity.io>
This commit is contained in:
Shawn Tabrizi
2020-12-19 07:16:34 -08:00
committed by GitHub
parent 46c4ca32b5
commit 62bdfaa87a
9 changed files with 33 additions and 33 deletions
@@ -1,7 +1,7 @@
error[E0277]: the trait bound `<T as Config>::C: std::clone::Clone` is not satisfied
error[E0277]: the trait bound `<T as Config>::C: Clone` is not satisfied
--> $DIR/clone.rs:7:2
|
7 | c: T::C,
| ^ the trait `std::clone::Clone` is not implemented for `<T as Config>::C`
| ^ the trait `Clone` is not implemented for `<T as Config>::C`
|
= note: required by `std::clone::Clone::clone`
= note: required by `clone`
@@ -4,4 +4,4 @@ error[E0277]: can't compare `Foo<T>` with `Foo<T>`
6 | struct Foo<T: Config> {
| ^^^ no implementation for `Foo<T> == Foo<T>`
|
= help: the trait `std::cmp::PartialEq` is not implemented for `Foo<T>`
= help: the trait `PartialEq` is not implemented for `Foo<T>`