Skip to content

Commit

Permalink
Fix: BUG: Refactor ExpectSelect in SQL mocks to return desired entity…
Browse files Browse the repository at this point in the history
… in the tests (#1363)
  • Loading branch information
coolwednesday authored Jan 7, 2025
1 parent 3bc9ab4 commit 44e3eeb
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 63 deletions.
2 changes: 1 addition & 1 deletion pkg/gofr/container/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ func (c *Container) Create(conf config.Config) {
}
}

c.Debug("Container is being created")
c.Logger.Debug("Container is being created")

c.metricsManager = metrics.NewMetricsManager(exporters.Prometheus(c.GetAppName(), c.GetAppVersion()), c.Logger)

Expand Down
283 changes: 283 additions & 0 deletions pkg/gofr/container/mock_logger.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 44e3eeb

Please sign in to comment.