Skip to content

Commit

Permalink
100% test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
maraoz committed Feb 20, 2015
1 parent 7377b34 commit e077488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/eventbus.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ describe('EventBus', function() {
bus.register(FooEvent, function(e) {
var b = new BarEvent();
b.y = e.x;
return [b];
return b;
});
bus.register(BarEvent, function(e) {
e.y.should.equal(foo.x);
Expand Down

0 comments on commit e077488

Please sign in to comment.