Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Aug 16, 2023
1 parent 8545eb1 commit 50dfb6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/activerecord-mysql-reconnect_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
end
end

context 'wehn select on other thread' do
context 'when select on other thread' do
specify do
th = thread_start {
expect(Employee.where(:id => 1).pluck(Arel.sql('sleep(10) * 0 + 3'))).to eq [3]
Expand Down

0 comments on commit 50dfb6b

Please sign in to comment.