Skip to content

Commit e5c7c0d

Browse files
committed
fixing copy pasted test description
1 parent 855379f commit e5c7c0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/binary-operation.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const genericPrint = require('../../src/printer');
22

3-
test('given an unknown module type then genericPrint function should throw', () => {
3+
test('given an unknown operator then the BinaryOperation print function should throw', () => {
44
const mockPath = {
55
getValue: () => ({ type: 'BinaryOperation', operator: '?' })
66
};

0 commit comments

Comments
 (0)