Skip to content

Commit

Permalink
Corrected DialogStateManager test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tracy Boehrer committed Apr 1, 2024
1 parent c4c60be commit f402a44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit f402a44

Please sign in to comment.