Skip to content

Commit d628780

Browse files
author
Dennis Labordus
committed
Updated description of test.
Signed-off-by: Dennis Labordus <[email protected]>
1 parent b8f4dcf commit d628780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/menu/CompasCompareIED.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('Compas Compare IED Plugin', () => {
2323
await plugin.requestUpdate();
2424
});
2525

26-
it('after closing the dialog everything set to undefined', async () => {
26+
it('after closing the dialog everything stays undefined', async () => {
2727
expect(plugin.templateDoc).to.be.undefined;
2828
expect(plugin.selectedProjectIed).to.be.undefined;
2929
expect(plugin.selectedTemplateIed).to.be.undefined;

0 commit comments

Comments
 (0)