Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4af37a2

Browse files
committedFeb 20, 2025
Fix 4
1 parent f3eb66a commit 4af37a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/zip_kit/zip_writer_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ def seek_to_start_of_signature(signature)
526526
end
527527

528528
it "writes out the custom comment" do
529-
buf = ""
529+
buf = +""
530530
comment = "Ohai mate"
531531
subject.write_end_of_central_directory(io: buf,
532532
start_of_central_directory_location: 9_091_211,

0 commit comments

Comments
 (0)
Please sign in to comment.