From 1e73de0b9b2983db9e9094f559968baaaf7f9a38 Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Thu, 8 Sep 2016 11:19:41 -0700 Subject: [PATCH] Fix typo in $q spec --- test/ng/qSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ng/qSpec.js b/test/ng/qSpec.js index 0175451dc5c..7e5a6cfdd50 100644 --- a/test/ng/qSpec.js +++ b/test/ng/qSpec.js @@ -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('');