Skip to content

Commit

Permalink
maybe fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Knoedlseder committed Dec 3, 2023
1 parent 8fe6e94 commit e103769
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ describe('CodeEditorAceComponent', () => {
});

describe('feedback deletion', () => {
let f1;
let f2;
let f1: Feedback;
let f2: Feedback;
beforeEach(() => {
f1 = new Feedback();
f1.text = 'File src/abc/BubbleSort.java at line 6';
Expand Down

0 comments on commit e103769

Please sign in to comment.