fixing tests
This commit is contained in:
parent
120344ccae
commit
7ad66d455a
|
@ -5,7 +5,8 @@ var getNewRecord = function getNewRecord(schema, modelName) {
|
|||
|
||||
var record = {
|
||||
_id: (0, _shortid.generate)(),
|
||||
modelId: model._id };
|
||||
modelId: model._id
|
||||
};
|
||||
|
||||
|
||||
for (var field in model.schema.properties) {
|
||||
|
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
MANIFEST-000004
|
|
@ -1,5 +0,0 @@
|
|||
2020/04/24-17:59:26.471929 70000b6a2000 Recovering log #3
|
||||
2020/04/24-17:59:26.472213 70000b6a2000 Level-0 table #5: started
|
||||
2020/04/24-17:59:26.472546 70000b6a2000 Level-0 table #5: 237 bytes OK
|
||||
2020/04/24-17:59:26.473181 70000b6a2000 Delete type=0 #3
|
||||
2020/04/24-17:59:26.473287 70000b6a2000 Delete type=3 #2
|
|
@ -1 +0,0 @@
|
|||
2020/04/24-17:59:03.648971 700012783000 Delete type=3 #1
|
Binary file not shown.
Loading…
Reference in New Issue