Update selection.manager.test.ts

This commit is contained in:
Mads Rasmussen
2024-09-16 14:13:56 +02:00
parent ee7ef67846
commit 410285aa93

View File

@@ -77,8 +77,8 @@ describe('UmbSelectionManager', () => {
expect(manager).to.have.property('clearSelection').that.is.a('function');
});
it('has a setDisallow method', () => {
expect(manager).to.have.property('setDisallow').that.is.a('function');
it('has a setAllow method', () => {
expect(manager).to.have.property('setAllow').that.is.a('function');
});
});
});