Skip to content

Commit e176803

Browse files
committed
Remove incorrect argument from the TerminalRenderer render small test
1 parent 3848ed2 commit e176803

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit/renderer/terminal.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ test('TerminalRenderer render small', function (t) {
6565
t.type(str, 'string',
6666
'Should return a string')
6767

68-
t.equal(calledCallback, true, 'string',
68+
t.equal(calledCallback, true,
6969
'Should call a callback')
7070

7171
t.notThrow(function () {

0 commit comments

Comments
 (0)