Skip to content

Commit 0e7b97c

Browse files
committed
[test] Fix test
1 parent b6457c6 commit 0e7b97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ describe('eventstub', function () {
5252
throw new Error('I should be removed');
5353
};
5454

55-
e.onfoo = next();
55+
e.onfoo = next;
5656
e.emit('foo');
5757
});
5858
});

0 commit comments

Comments
 (0)