Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
amitaibu authored Oct 20, 2023
1 parent fb5b4a3 commit e190ef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Test/SchemaCompilerSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ tests = do

type instance PrimaryKey "users" = UUID

type User = User'
type User = User'

type instance GetTableName (User' ) = "users"
type instance GetModelByTableName "users" = User
Expand Down Expand Up @@ -247,7 +247,7 @@ tests = do

type instance PrimaryKey "users" = UUID

type User = User'
type User = User'

type instance GetTableName (User' ) = "users"
type instance GetModelByTableName "users" = User
Expand Down Expand Up @@ -316,7 +316,7 @@ tests = do

type instance PrimaryKey "users" = UUID

type User = User'
type User = User'

type instance GetTableName (User' ) = "users"
type instance GetModelByTableName "users" = User
Expand Down

0 comments on commit e190ef0

Please sign in to comment.