diff options
author | Bernardo <[email protected]> | 2019-01-23 19:43:35 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-01-26 08:46:37 +0000 |
commit | cfbf47b0023585a30d825b5c5da8e2fb9d6fc337 (patch) | |
tree | bf4aa2ccbdb1bb45555f52856b7279442fccba46 /crates/ra_vfs/tests | |
parent | 34a34f9399015bbd351113675928295f42f74369 (diff) |
review fixes
Diffstat (limited to 'crates/ra_vfs/tests')
-rw-r--r-- | crates/ra_vfs/tests/vfs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_vfs/tests/vfs.rs b/crates/ra_vfs/tests/vfs.rs index d3271570a..bf44e97c5 100644 --- a/crates/ra_vfs/tests/vfs.rs +++ b/crates/ra_vfs/tests/vfs.rs | |||
@@ -117,7 +117,7 @@ fn test_vfs_works() -> std::io::Result<()> { | |||
117 | 117 | ||
118 | fs::create_dir_all(dir.path().join("a/sub1/sub2")).unwrap(); | 118 | fs::create_dir_all(dir.path().join("a/sub1/sub2")).unwrap(); |
119 | fs::write(dir.path().join("a/sub1/sub2/new.rs"), "new hello").unwrap(); | 119 | fs::write(dir.path().join("a/sub1/sub2/new.rs"), "new hello").unwrap(); |
120 | process_tasks(&mut vfs, 4); | 120 | process_tasks(&mut vfs, 3); |
121 | assert_match!( | 121 | assert_match!( |
122 | vfs.commit_changes().as_slice(), | 122 | vfs.commit_changes().as_slice(), |
123 | [VfsChange::AddFile { text, path, .. }], | 123 | [VfsChange::AddFile { text, path, .. }], |