mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-27 06:30:20 +00:00
fix autofmt tests
This commit is contained in:
parent
23e15ee9c8
commit
d1ed15c2ac
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ async fn test_auto_fmt() {
|
|||
split_line_attributes: false,
|
||||
};
|
||||
|
||||
fmt.autoformat().await.unwrap();
|
||||
fmt.autoformat().unwrap();
|
||||
}
|
||||
|
||||
/*#[test]
|
||||
|
|
Loading…
Reference in a new issue