1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

fix typos

This commit is contained in:
Anthony Scalisi 2015-12-08 12:39:32 -08:00
parent cdca996d95
commit 2f3ac379dd
2 changed files with 2 additions and 2 deletions

View file

@ -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]

View file

@ -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