Skip to content

Commit

Permalink
fix: import package
Browse files Browse the repository at this point in the history
  • Loading branch information
fufuok committed Feb 5, 2025
1 parent d42e3ce commit 24dcfc0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xsync/spscqueue_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ package xsync_test
import (
"sync"
"testing"

. "github.com/fufuok/utils/xsync"
)

func TestSPSCQueue_InvalidSize(t *testing.T) {
Expand Down
2 changes: 2 additions & 0 deletions xsync/spscqueueof_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import (
"sync"
"sync/atomic"
"testing"

. "github.com/fufuok/utils/xsync"
)

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

0 comments on commit 24dcfc0

Please sign in to comment.