Skip to content

Commit ed923bf

Browse files
Fix frontend tests
1 parent 868b6f6 commit ed923bf

4 files changed

Lines changed: 197 additions & 145 deletions

File tree

frontend/src/app/annotate/annotation-input/problem-details/problem-details.component.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ const createMockProblem = (
1616
entailmentLabel,
1717
premises: ["premise"],
1818
hypothesis: "hypothesis",
19-
kbItems: [],
20-
labels: [],
2119
extraData,
20+
annotations: null,
2221
});
2322

2423
describe("ProblemDetailsComponent", () => {

0 commit comments

Comments
 (0)