Skip to content

Commit

Permalink
Fix gentestfiles: fix some overly long lines.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed May 23, 2021
1 parent aa42a81 commit 536b13f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions test/gentestfiles.rb
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ def self.create_test_zips
],
'my zip comment'
)
TEST_ZIP3 = TestZipFile.new('test/data/generated/test1.zip', %w[test/data/file1.txt])
TEST_ZIP4 = TestZipFile.new('test/data/generated/zipWithDir.zip', ['test/data/file1.txt',
TestFiles::EMPTY_TEST_DIR])
TEST_ZIP3 = TestZipFile.new(
'test/data/generated/test1.zip', %w[test/data/file1.txt]
)
TEST_ZIP4 = TestZipFile.new(
'test/data/generated/zipWithDir.zip',
['test/data/file1.txt', TestFiles::EMPTY_TEST_DIR]
)
end

0 comments on commit 536b13f

Please sign in to comment.