Skip to content

Commit

Permalink
removed deprecated fx.Logger options
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Nov 15, 2024
1 parent 7571bea commit d3de698
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions token/unmarshal_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func testUnmarshalError(t *testing.T) {

app := fx.New(
fx.Provide(
fx.Logger(sallust.Printer{}),
config.ProvideViper(
config.Json(`
{
Expand All @@ -49,7 +48,6 @@ func testUnmarshalClaimBuilderError(t *testing.T) {

app = fx.New(
fx.Provide(
fx.Logger(sallust.Printer{}),
config.ProvideViper(
config.Json(`
{
Expand Down Expand Up @@ -84,7 +82,6 @@ func testUnmarshalFactoryError(t *testing.T) {

app = fx.New(
fx.Provide(
fx.Logger(sallust.Printer{}),
config.ProvideViper(
config.Json(`
{
Expand Down

0 comments on commit d3de698

Please sign in to comment.