mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
fix typos in vfs tests
This commit is contained in:
parent
f7f4fbf08a
commit
b5697d854a
@ -137,7 +137,7 @@ mod open_test {
|
||||
// ASSERT:
|
||||
assert!(
|
||||
vfs_result.is_ok(),
|
||||
"Failed to create file system from empty archive"
|
||||
"Failed to create file system from archive"
|
||||
);
|
||||
let mut vfs = vfs_result.unwrap();
|
||||
// open the file, get a file descriptor
|
||||
@ -173,7 +173,7 @@ mod open_test {
|
||||
// ASSERT:
|
||||
assert!(
|
||||
vfs_result.is_ok(),
|
||||
"Failed to create file system from empty archive"
|
||||
"Failed to create file system from archive"
|
||||
);
|
||||
let mut vfs = vfs_result.unwrap();
|
||||
// read the file
|
||||
@ -224,7 +224,7 @@ mod read_test {
|
||||
// ASSERT:
|
||||
assert!(
|
||||
vfs_result.is_ok(),
|
||||
"Failed to create file system from empty archive"
|
||||
"Failed to create file system from archive"
|
||||
);
|
||||
let mut vfs = vfs_result.unwrap();
|
||||
// read the file
|
||||
@ -256,7 +256,7 @@ mod read_test {
|
||||
// ASSERT:
|
||||
assert!(
|
||||
vfs_result.is_ok(),
|
||||
"Failed to create file system from empty archive"
|
||||
"Failed to create file system from archive"
|
||||
);
|
||||
let mut vfs = vfs_result.unwrap();
|
||||
// read the file
|
||||
|
Loading…
x
Reference in New Issue
Block a user