Skip to content

Commit f116d6b

Browse files
committed
remove .only
1 parent c2792e5 commit f116d6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-data-modeling/src/store/diagram.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ describe('Data Modeling store', function () {
9696
});
9797
});
9898

99-
it.only('should not apply invalid AddRelationship edit', function () {
99+
it('should not apply invalid AddRelationship edit', function () {
100100
const loadedDiagram = {
101101
id: 'diagram-id',
102102
name: 'diagram-name',

0 commit comments

Comments
 (0)