Skip to content

Commit 2683b7a

Browse files
committed
address review comment
1 parent d251908 commit 2683b7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/v2/providers/database.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ describe("database", () => {
474474
expect(event.authType).to.equal("unauthenticated");
475475
});
476476

477-
await func(raw as any);
477+
await func(raw);
478478
});
479479
});
480480

0 commit comments

Comments
 (0)