Skip to content

Commit

Permalink
return test line
Browse files Browse the repository at this point in the history
  • Loading branch information
gabalafou committed Jul 27, 2023
1 parent 49038ad commit b62ae8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widgets/tests/src/menubar.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ describe('@lumino/widgets', () => {
);
expect(bar.activeIndex).to.equal(3);
expect(bar.activeMenu).to.equal(menu);
expect(bar.activeMenu!.isAttached).to.equal(false);
expect(menu.isAttached).to.equal(false);
});
});

Expand Down

0 comments on commit b62ae8f

Please sign in to comment.