Skip to content

Commit

Permalink
test(test): test
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorrea97 committed Sep 28, 2023
1 parent 117aef9 commit ab05f37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ describe('PoDisclaimerBaseComponent:', () => {
});

describe('Methods:', () => {
it('transformToArrayPopup: should remove fisrt, penultimate and last item .', () => {
it('transformToArrayPopup: should remove first, penultimate and last item .', () => {
component['transformToArrayPopup'](items);
expect(component.itemsViewPopup.length).toEqual(1);
});
Expand Down

0 comments on commit ab05f37

Please sign in to comment.