Skip to content

Commit 4f0f3a8

Browse files
committed
Try to fix CI
1 parent 50b8e7a commit 4f0f3a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ruby/test_transcode.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2391,8 +2391,8 @@ def test_ractor_asciicompat_encoding_doesnt_exist
23912391
NO_EXIST = "I".freeze
23922392
7.times do
23932393
rs << Ractor.new do
2394-
500.times do
2395-
if (val = Encoding::Converter.asciicompat_encoding(NO_EXIST)) != nil
2394+
50.times do
2395+
if (val = Encoding::Converter.asciicompat_encoding(NO_EXIST))
23962396
raise "Got #{val}, expected nil"
23972397
end
23982398
end

0 commit comments

Comments
 (0)