Skip to content

Commit

Permalink
add ready method
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed Nov 17, 2024
1 parent 36227bb commit 89a166c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions database/schema/schema_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ func (s *SchemaSuite) SetupTest() {
sqliteQuery := gorm.NewTestQuery(sqliteDocker, true)

mysqlDocker := docker.Mysql()
s.Require().NoError(mysqlDocker.Ready())

mysqlQuery := gorm.NewTestQuery(mysqlDocker, true)

s.driverToTestQuery = map[database.Driver]*gorm.TestQuery{
Expand Down

0 comments on commit 89a166c

Please sign in to comment.