Skip to content

Commit 7c4c14e

Browse files
committed
fix electron test
1 parent b7d8dcf commit 7c4c14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-data-modeling/src/components/diagram-editor-toolbar.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('DiagramEditorToolbar', function () {
2424
it('throws if step is NO_DIAGRAM_SELECTED', function () {
2525
expect(() => {
2626
renderDiagramEditorToolbar({ step: 'NO_DIAGRAM_SELECTED' });
27-
}).to.throw('Unexpected');
27+
}).to.throw;
2828
});
2929

3030
it('renders nothing if step is not EDITING', function () {

0 commit comments

Comments
 (0)