From 10f46d9d0684cbd635163b1c773cc3357eb3f1b5 Mon Sep 17 00:00:00 2001 From: Umed Khudoiberdiev Date: Sat, 26 Feb 2022 19:28:31 +0500 Subject: [PATCH] fixing failing test --- test/github-issues/8690/entity/entities.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/github-issues/8690/entity/entities.ts b/test/github-issues/8690/entity/entities.ts index afc7afbc26..63d3621ace 100644 --- a/test/github-issues/8690/entity/entities.ts +++ b/test/github-issues/8690/entity/entities.ts @@ -28,7 +28,7 @@ export class Photo { @PrimaryColumn({ type: "int", transformer: WrappedIntTransformer, nullable: false }) id: string; - @Column({ type: "text" }) + @Column() url: string; @Column({ type: "int", transformer: WrappedIntTransformer, nullable: false })