Skip to content

Commit 6c3aa2a

Browse files
barmacphilippfromme
authored andcommitted
test: add missing semicolon
1 parent 80f4906 commit 6c3aa2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/spec/provider/zeebe/OutputCollectionProps.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ describe('provider/zeebe - OutputCollection', function() {
371371
expect(getOutputElementValue(subprocess)).to.equal('=myResult');
372372
}));
373373

374-
})
374+
});
375375

376376
});
377377

0 commit comments

Comments
 (0)