Skip to content

Commit bf668c2

Browse files
committed
fix: test name
1 parent 7b7322e commit bf668c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/unit/utils.test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ describe('driver utils', function () {
355355
});
356356

357357
describe('maybeCallback()', () => {
358-
it('should accept to two arguments', () => {
358+
it('should accept two arguments', () => {
359359
expect(maybeCallback).to.have.lengthOf(2);
360360
});
361361

@@ -445,7 +445,6 @@ describe('driver utils', function () {
445445

446446
describe('when a custom promise constructor is set', () => {
447447
beforeEach(() => {
448-
// @ts-expect-error: Bluebird does not have type info
449448
PromiseProvider.set(BluebirdPromise);
450449
});
451450

0 commit comments

Comments
 (0)