aboutsummaryrefslogtreecommitdiffstats
path: root/test/matchers.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/matchers.js')
-rw-r--r--test/matchers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/matchers.js b/test/matchers.js
index fe5792a9..9923bd7e 100644
--- a/test/matchers.js
+++ b/test/matchers.js
@@ -83,7 +83,7 @@ beforeEach(function() {
toBeOneOf: function() {
- return angular.Array.indexOf(arguments, this.actual) !== -1;
+ return indexOf(arguments, this.actual) !== -1;
}
});
});