remove extra newline

This commit is contained in:
Ari Lazier 2015-10-27 13:45:37 -07:00
parent ec87281cc1
commit fd1ebf0aa0
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ module.exports = BaseTest.extend({
obj.intCol = 'dog';
});
TestCase.assertThrows(function() {
obj.boolCol = undefined;
});