Skip to content

Commit c4bb356

Browse files
committed
Update selection.manager.test.ts
1 parent 7b21139 commit c4bb356

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/packages/core/utils/selection-manager/selection.manager.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ describe('UmbSelectionManager', () => {
7777
expect(manager).to.have.property('clearSelection').that.is.a('function');
7878
});
7979

80-
it('has a setDisallow method', () => {
81-
expect(manager).to.have.property('setDisallow').that.is.a('function');
80+
it('has a setAllow method', () => {
81+
expect(manager).to.have.property('setAllow').that.is.a('function');
8282
});
8383
});
8484
});

0 commit comments

Comments
 (0)