Skip to content

Commit ad29898

Browse files
authored
Merge pull request #7 from slidoapp/fix_terminal_test_assertion
2 parents 5aaf7d5 + e176803 commit ad29898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/unit/renderer/terminal.test.js

+1-1
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.doesNotThrow(function () {

0 commit comments

Comments
 (0)