Skip to content

Commit ec77420

Browse files
committed
fix lint
1 parent 6f2ac19 commit ec77420

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
@@ -61,7 +61,7 @@ describe('Union', function() {
6161
await assert.rejects(
6262
doc1.save(),
6363
'ValidationError: test: Cast to Boolean failed for value "taco tuesday" (type string) at path "test" because of "CastError"'
64-
)
64+
);
6565
});
6666

6767
it('should cast for query', async function() {

0 commit comments

Comments
 (0)