Corrected DialogStateManager test

This commit is contained in:
Tracy Boehrer 2024-04-01 15:17:37 -05:00
Родитель c4c60be8aa
Коммит f402a44664
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -229,7 +229,7 @@ describe('Dialog State Manager', function () {
});
it('raise an error if getValue() called with an invalid scope.', function () {
assert.throws(() => this.dc.state.getValue('foo.bar'));
assert.strictEqual(this.dc.state.getValue('foo.bar'), undefined);
});
it('raise an error if setValue() called with missing path.', function () {