Skip to content

Commit

Permalink
πŸ§‘β€πŸ’» Fixed wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
lhbelfanti committed Sep 5, 2024
1 parent ad9b19a commit 1125262
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/log/context_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

"github.com/stretchr/testify/assert"

"goxcrap/internal/log"
"ahbcc/internal/log"
)

func TestParam_success(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion internal/log/logger_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/rs/zerolog"
"github.com/stretchr/testify/assert"

"goxcrap/internal/log"
"ahbcc/internal/log"
)

func TestNewLogger_successWithNilWriter(t *testing.T) {
Expand Down

0 comments on commit 1125262

Please sign in to comment.