Skip to content

Commit

Permalink
Fix cockroachdb test
Browse files Browse the repository at this point in the history
  • Loading branch information
Oreilles committed Oct 8, 2024
1 parent 477bae5 commit 2ddce28
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async fn gin_unsupported_type(api: &mut TestApi) -> TestResult {
let expected = expect![[r#"
model A {
id BigInt @id @default(autoincrement())
data Geometry
data Geometry @db.Geometry(Geometry, 0)
@@index([data], type: Gin)
}
Expand Down

0 comments on commit 2ddce28

Please sign in to comment.