docs($q): fix typo in race() test description (array --> object)
Closes #15111
This commit is contained in:
committed by
Georgios Kalpakas
parent
3f759b191d
commit
51a2eb7d6f
+1
-1
@@ -2022,7 +2022,7 @@ describe('q', function() {
|
||||
});
|
||||
|
||||
describe('race (hash)', function() {
|
||||
it('should do nothing if given an empty array', function() {
|
||||
it('should do nothing if given an empty object', function() {
|
||||
q.race({}).then(success(), error());
|
||||
expect(mockNextTick.queue.length).toBe(0);
|
||||
expect(logStr()).toBe('');
|
||||
|
||||
Reference in New Issue
Block a user