Skip to content

Commit

Permalink
migration check
Browse files Browse the repository at this point in the history
  • Loading branch information
RazenaSaleem committed Feb 13, 2024
1 parent 4c1bea5 commit 1ba6507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ func registerTestSuiteResource(repo *testsuite.Repository, router *mux.Router, p
manager := resourcemanager.New[testsuite.TestSuite](
testsuite.TestSuiteResourceName,
testsuite.TestSuiteResourceNamePlural,
repo,HotReload
repo,
resourcemanager.CanBeAugmented(),
resourcemanager.WithTracer(tracer),
)
Expand Down
2 changes: 1 addition & 1 deletion server/testmock/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var singletonTestDatabaseEnvironment *testDatabaseEnvironment

type testDatabaseEnvironment struct {
container *gnomock.Container
mainConnection *sql.DBtracetest
mainConnection *sql.DB

mutex sync.Mutex
}
Expand Down

0 comments on commit 1ba6507

Please sign in to comment.