Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Dec 23, 2024
1 parent 013ac42 commit 3f2c139
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/debug2/goroutine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ import (
"testing"
"time"

"github.com/TykTechnologies/tyk/internal/debug2"
"github.com/stretchr/testify/assert"

"github.com/TykTechnologies/tyk/internal/debug2"
)

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

0 comments on commit 3f2c139

Please sign in to comment.