docs($q): fix typo in race() test description (array --> object)

Closes #15111
This commit is contained in:
Mohsen Azimi
2016-09-08 11:19:41 -07:00
committed by Georgios Kalpakas
parent 3f759b191d
commit 51a2eb7d6f
+1 -1
View File
@@ -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('');