Skip to content

Commit

Permalink
fixing failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
pleerock committed Feb 26, 2022
1 parent ea16ac2 commit 10f46d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/github-issues/8690/entity/entities.ts
Expand Up @@ -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 })
Expand Down

0 comments on commit 10f46d9

Please sign in to comment.