Skip to content

Commit 4dd47b4

Browse files
authored
Update main_test.js
1 parent ba57332 commit 4dd47b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lab3/main_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ describe('Calculator', () => {
4848
it('handles domain errors', async () => {
4949
assert.throws(() => calculator.log(0), {
5050
name: 'Error',
51-
message: 'math domain error (1)'
51+
message: 'math domain error (2)'
5252
});
5353
assert.throws(() => calculator.log(null), {
5454
name: 'Error',

0 commit comments

Comments
 (0)