Skip to content

Commit a22cce4

Browse files
committed
Include additional number type property to model
This will cause the registerDatastore method to throw an error due to autoMigrations being undefined for anotherGood property on the model.
1 parent ec9601d commit a22cce4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/adapter/unit/registerdatastore.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ describe('Unit Tests ::', function() {
5555
autoMigrations: {
5656
columnType: 'bigint'
5757
}
58+
},
59+
anotherGood: {
60+
type: 'number'
5861
}
5962
};
6063
var collections = {};

0 commit comments

Comments
 (0)