mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-01 07:39:40 +00:00
fix open_file test code
This commit is contained in:
parent
fe04cf26b6
commit
44e38eae59
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ fn open_file() {
|
|||
match res {
|
||||
Ok(_) => panic!("Found file with random name: We live in a simulation"),
|
||||
Err(e) => assert_eq!(
|
||||
"Could not open `/ashjudlkahasdasdsikdhajik/asdasdasdasdasdasd/fjuiklashdbflasas`",
|
||||
"could not open `/ashjudlkahasdasdsikdhajik/asdasdasdasdasdasd/fjuiklashdbflasas`",
|
||||
&format!("{}", e)
|
||||
),
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue