Skip to content

Commit

Permalink
rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Feb 12, 2023
1 parent 470aa47 commit c93288f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fakefs_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,7 @@ def test_raises_error_when_cannot_find_file_in_read_write_mode
def test_globs_in_exist
perform_with_both_string_paths_and_pathnames do
Dir.mkdir(string_or_pathname("a"))
File.write(string_or_pathname("a/1.txt"), "a");
File.write(string_or_pathname("a/1.txt"), "a")
assert_equal File.exist?("**/*.txt"), false
assert_equal File.exist?("a/1.txt"), true

Expand Down

0 comments on commit c93288f

Please sign in to comment.