mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Treat it more like a pool.
This commit is contained in:
@@ -8,7 +8,7 @@ fdescribe('GitWorkQueue', () => {
|
||||
let queue
|
||||
|
||||
beforeEach(() => {
|
||||
queue = new GitWorkQueue()
|
||||
queue = new GitWorkQueue([{}])
|
||||
})
|
||||
|
||||
describe('.enqueue', () => {
|
||||
|
||||
Reference in New Issue
Block a user