From b691dbeb1ad89dec50b777830aeb304753877e47 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Thu, 14 Jan 2016 16:29:27 -0500 Subject: [PATCH] fixed test names --- awx/ui/client/tests/services/pagination.service-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/tests/services/pagination.service-test.js b/awx/ui/client/tests/services/pagination.service-test.js index 2b64d3c2ea..01873ed963 100644 --- a/awx/ui/client/tests/services/pagination.service-test.js +++ b/awx/ui/client/tests/services/pagination.service-test.js @@ -19,8 +19,8 @@ describe("pagination.service", function() { $httpBackend.verifyNoOutstandingRequest(); }); - describe("should return page given obj is on", function() { - it('should return true', function() { + describe("getInitialPageForList", function() { + it('should return page given obj is on', function() { // get the name of the object $httpBackend.when('GET', '/url/?id=1') .respond({results: [{name: "foo"}]});