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 389d38d commit cc7b272
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,9 @@ describe('StatisticsTableComponent', () => {
.toEqual('8');
});
});

describe('getObjectHeaderLabel', () => {

Check failure on line 102 in src/app/statistics-page/statistics-table/statistics-table.component.spec.ts

View workflow job for this annotation

GitHub Actions / tests (18.x)

Trailing spaces not allowed

Check failure on line 102 in src/app/statistics-page/statistics-table/statistics-table.component.spec.ts

View workflow job for this annotation

GitHub Actions / tests (20.x)

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

0 comments on commit cc7b272

Please sign in to comment.