Skip to content

Commit

Permalink
no clue
Browse files Browse the repository at this point in the history
  • Loading branch information
paddor committed Jan 4, 2024
1 parent 582af39 commit 8333013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cztop/async_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# NOTE: Async 2 requires Ruby 3.1
# NOTE: IO::TimeoutError was introduced in 3.2, so lets focus on 3.2+
describe 'Async::IO::CZTopSocket', if: RUBY_VERSION >= '3.2' do
describe 'Async::IO::CZTopSocket', if: (RUBY_VERSION >= '3.2') do
require_relative '../../lib/cztop/async'

i = 0
Expand Down

0 comments on commit 8333013

Please sign in to comment.