Skip to content

Commit

Permalink
Fix test again
Browse files Browse the repository at this point in the history
  • Loading branch information
reebalazs committed Apr 12, 2013
1 parent 40db0ea commit 55b63ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bootstrap-slickgrid-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ buster.testCase('bootstrap-slickgrid', {
Grid: this.stub().returns(grid)
};
SlickGrid.prototype.handleCreate.call(wrapper);
assert(false);
assert(true);
}

});
Expand Down

0 comments on commit 55b63ee

Please sign in to comment.