Update UI tests for latest nightly.

This commit is contained in:
Jeb Rosen 2021-08-01 12:25:12 -07:00
parent 5cb243fc24
commit 786db9b832
1 changed files with 2 additions and 2 deletions

View File

@ -492,6 +492,6 @@ error[E0308]: mismatched types
help: try using a conversion method help: try using a conversion method
| |
203 | #[field(default_with = Some("hi".to_string()))] 203 | #[field(default_with = Some("hi".to_string()))]
| ^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^
203 | #[field(default_with = Some("hi".to_string()))] 203 | #[field(default_with = Some("hi".to_string()))]
| ^^^^^^^^^^^^^^^^ | ^^^^^^^^^^^^