test strings too

This commit is contained in:
Ari Lazier 2016-03-04 07:58:25 -08:00
parent 621ee36fad
commit c42834d052
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@ module.exports = BaseTest.extend({
realm.create('BasicTypesObject', [false, 1, 1, 1, '1', new Date(1), new ArrayBuffer()]);
});
var numberProps = ['intCol', 'floatCol', 'doubleCol'];
var numberProps = ['intCol', 'floatCol', 'doubleCol', 'stringCol'];
for (var i = 0; i < numberProps.length; i++) {
var prop = numberProps[i];