remove extra newline
This commit is contained in:
parent
ec87281cc1
commit
fd1ebf0aa0
|
@ -181,7 +181,6 @@ module.exports = BaseTest.extend({
|
|||
obj.intCol = 'dog';
|
||||
});
|
||||
|
||||
|
||||
TestCase.assertThrows(function() {
|
||||
obj.boolCol = undefined;
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue