Skip to content

Commit 6ca6708

Browse files
committed
fix lint
1 parent cc4fdc8 commit 6ca6708

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/schema.union.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ describe('Union', function() {
135135
assert.strictEqual(doc2FromDb.test, 'bbb');
136136
});
137137

138-
it('handles arrays of unions (gh-15718)', async function () {
138+
it('handles arrays of unions (gh-15718)', async function() {
139139
const schema = new Schema({
140140
arr: [{
141141
type: 'Union',

0 commit comments

Comments
 (0)