Skip to content

Commit 65e1d74

Browse files
Update test/node/src/migration.test.ts
Co-authored-by: Igal Klebanov <igalklebanov@gmail.com>
1 parent 3cae170 commit 65e1d74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/node/src/migration.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ for (const dialect of DIALECTS) {
830830
const migrationName = 'trx_connection_method_fail_case'
831831
const executedUpMethodsForThisTest: string[] = []
832832

833-
const testSpecificProvider: any = {
833+
const testSpecificProvider: MigrationProvider = {
834834
getMigrations: async () => ({
835835
[migrationName]: {
836836
async up(_db: Kysely<any>): Promise<void> {

0 commit comments

Comments
 (0)