Skip to content

Commit 57fbf9a

Browse files
znzhsbt
authored andcommitted
Fix typos
1 parent 5a6dd6f commit 57fbf9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/fileutils/test_fileutils.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -770,9 +770,9 @@ def test_remove_entry_multibyte_path
770770
File.write("#{dir}/#{c}.txt", "test_remove_entry_multibyte_path")
771771

772772
remove_entry dir
773-
assert_no_file_exist dir
773+
assert_file_not_exist dir
774774
rescue MiniTest::Assertion
775-
STDERR.puts Dir.glob("#{dir}/**").inspect
775+
STDERR.puts Dir.glob("#{dir}/**/*").inspect
776776
raise
777777
end
778778

0 commit comments

Comments
 (0)