Skip to content

Commit 33342d0

Browse files
committed
Update test after fix of #209
1 parent bd9d11c commit 33342d0

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

__tests__/schema_management.test.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -404,15 +404,6 @@ it('should strip data objects correctly', () => {
404404
'valid_bool': true,
405405
'valid_number': 1,
406406
'valid_string': 'test',
407-
'object_with_list': {
408-
'list': []
409-
},
410-
'object_with_object': {
411-
'object': {}
412-
},
413-
'object_with_null': {
414-
'property': {}
415-
},
416407
'object_with_empty_string': {
417408
'list_property': [0]
418409
}

0 commit comments

Comments
 (0)