Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
XanderVertegaal committed Oct 4, 2024
1 parent 85a040f commit ec9b33e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe("SampleDataComponent", () => {
expect(req.request.method).toBe("GET");
req.flush(mockResponse);

expect(component.samples).toEqual(mockResponse.results);
expect(component['samples']()).toEqual(mockResponse.results);
expect(component.loading).toBeFalse();
});

Expand Down

0 comments on commit ec9b33e

Please sign in to comment.