Skip to content

Commit

Permalink
Merge pull request #81 from casperisfine/enable-frozen-string-literal
Browse files Browse the repository at this point in the history
Make the test suite compatible with --enable-frozen-string-literal
  • Loading branch information
hsbt authored Mar 18, 2024
2 parents 362bb58 + 8777965 commit 193f427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/net/smtp/test_smtp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -672,7 +672,7 @@ def greeting
end

def ehlo(_)
res = ["220-servername\r\n"]
res = [+"220-servername\r\n"]
@capa.each do |k, v|
case v
when nil, false
Expand Down

0 comments on commit 193f427

Please sign in to comment.