Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayvirS committed Nov 28, 2024
1 parent ac6c46a commit b2272f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ describe('SplitPaneHeaderComponent', () => {

comp1.toggleShowFilesWithoutPropagation(true);

expect(comp1.showFiles).toBeTrue(initialShowFiles);
expect(comp1.showFiles).not.toBe(initialShowFiles);
});

it('should not update showFiles when hasFiles returns false', () => {
Expand Down

0 comments on commit b2272f9

Please sign in to comment.