Skip to content

Commit

Permalink
unit test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
rengare committed Feb 19, 2020
1 parent fe58d00 commit 2dbd04a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/src/lib/pagination/pagination.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class PaginationComponent implements OnChanges, OnInit {
* Retrieves an object that represents
* the total number of items, the current page, and the number of items per page.
*/
private getPaginationObject() {
getPaginationObject() {
return {
totalItems: this.totalItems,
currentPage: this.currentPage,
Expand Down

0 comments on commit 2dbd04a

Please sign in to comment.