From b5697d854a46e9b75144c5cdc452f2b56d8b933e Mon Sep 17 00:00:00 2001 From: Mackenzie Clark Date: Tue, 12 Mar 2019 12:01:45 -0700 Subject: [PATCH] fix typos in vfs tests --- lib/runtime-abi/src/vfs/vfs.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/runtime-abi/src/vfs/vfs.rs b/lib/runtime-abi/src/vfs/vfs.rs index 3bc36a1d2..f91133474 100644 --- a/lib/runtime-abi/src/vfs/vfs.rs +++ b/lib/runtime-abi/src/vfs/vfs.rs @@ -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