Skip to content

Commit cb48835

Browse files
committed
style: fix lint
1 parent 5b78dba commit cb48835

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/helpers/populate.getSchemaTypes.test.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ describe('getSchemaTypes', function() {
4444
items: [
4545
{ type: 'Book', author: 'test 1' },
4646
{ type: 'EBook', author: 'test 2' },
47-
{ type: 'Other' },
47+
{ type: 'Other' }
4848
]
49-
}
49+
};
50+
5051
var schemaTypes = getSchemaTypes(BundleSchema, doc, 'items.author');
5152

5253
assert.ok(Array.isArray(schemaTypes));

0 commit comments

Comments
 (0)