mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
fix typos
This commit is contained in:
parent
cdca996d95
commit
2f3ac379dd
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ Sidekiq::Queues.clear_all
|
|||
-----------
|
||||
|
||||
- **FIX MEMORY LEAK** Under rare conditions, threads may leak [#2598, gazay]
|
||||
- Add Ukranian locale [#2561, elrakita]
|
||||
- Add Ukrainian locale [#2561, elrakita]
|
||||
- Disconnect and retry Redis operations if we see a READONLY error [#2550]
|
||||
- Add server middleware testing harness; see [wiki](https://github.com/mperham/sidekiq/wiki/Testing#testing-server-middleware) [#2534, ryansch]
|
||||
|
||||
|
|
|
@ -334,7 +334,7 @@ class TestTesting < Sidekiq::Test
|
|||
# Rspec expect change() syntax saves a reference to
|
||||
# an underlying array. When the array containing jobs is
|
||||
# derived, Rspec test using `change(QueueWorker.jobs, :size).by(1)`
|
||||
# won't pass. This attemps to recreate that scenario
|
||||
# won't pass. This attempts to recreate that scenario
|
||||
# by saving a reference to the jobs array and ensuring
|
||||
# it changes properly on enqueueing
|
||||
jobs = QueueWorker.jobs
|
||||
|
|
Loading…
Add table
Reference in a new issue