fixed test names

This commit is contained in:
John Mitchell 2016-01-14 16:29:27 -05:00
parent 53cf824602
commit b691dbeb1a

View File

@ -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"}]});