Skip to content

Commit

Permalink
specify generic type on test class
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasengels committed Nov 28, 2024
1 parent 8fe46e9 commit 4a0425e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ describe('InboDataTableComponent', () => {
let componentUnderTest: InboDataTableComponent<TestDataClass>;

beforeEach(() => {
componentUnderTest = new InboDataTableComponent();
componentUnderTest = new InboDataTableComponent<TestDataClass>();
});

describe('ngOnInit', () => {
Expand Down

0 comments on commit 4a0425e

Please sign in to comment.