Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
hwbrzzl committed Dec 20, 2024
1 parent 29af480 commit 61bdf1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions foundation/application_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,7 @@ func (s *ApplicationTestSuite) TestMakeOrm() {
mockConfig.EXPECT().GetString("database.connections.postgres.schema", "public").Return("public").Twice()
mockConfig.EXPECT().GetBool("database.connections.postgres.no_lower_case").Return(false).Twice()
mockConfig.EXPECT().Get("database.connections.postgres.name_replacer").Return(nil).Twice()
mockConfig.EXPECT().GetInt("database.slow_threshold", 200).Return(200).Once()
mockConfig.EXPECT().GetBool("app.debug").Return(true).Once()
mockConfig.EXPECT().GetInt("database.pool.max_idle_conns", 10).Return(10).Once()
mockConfig.EXPECT().GetInt("database.pool.max_open_conns", 100).Return(100).Once()
Expand Down

0 comments on commit 61bdf1e

Please sign in to comment.