Skip to content

Commit

Permalink
logger fix 3
Browse files Browse the repository at this point in the history
  • Loading branch information
valerii-kabisov-cll committed Sep 30, 2024
1 parent 2e5d238 commit af0575f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ func setupORM(t *testing.T) cciporm.ORM {
t.Helper()

db := pgtest.NewSqlxDB(t)
orm, err := cciporm.NewORM(db)
orm, err := cciporm.NewORM(db, logger.NullLogger)

require.NoError(t, err)

Expand Down

0 comments on commit af0575f

Please sign in to comment.