Skip to content

Commit

Permalink
Trying to solve the final spaces not allowed error
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea-Guevara committed Oct 23, 2024
1 parent cc7b272 commit 8b9d0e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ describe('StatisticsTableComponent', () => {
});

describe('getObjectHeaderLabel', () => {

it('should return the correct label for TotalVisits', () => {
expect(component.getObjectHeaderLabel('TotalVisits')).toEqual('statistics.table.header.TotalVisits');
});
Expand Down

0 comments on commit 8b9d0e6

Please sign in to comment.