Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wdbaruni committed Oct 8, 2024
1 parent 2494a88 commit 085f9fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions pkg/executor/wasm/util/generic/broadcaster_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ package generic_test
import (
"testing"

_ "github.com/bacalhau-project/bacalhau/pkg/logger"
"github.com/bacalhau-project/bacalhau/pkg/util/generic"
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"

"github.com/bacalhau-project/bacalhau/pkg/executor/wasm/util/generic"
_ "github.com/bacalhau-project/bacalhau/pkg/logger"
)

type BroadcasterTestSuite struct {
Expand Down
2 changes: 1 addition & 1 deletion pkg/executor/wasm/util/generic/ringbuffer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"

"github.com/bacalhau-project/bacalhau/pkg/executor/wasm/util/generic"
_ "github.com/bacalhau-project/bacalhau/pkg/logger"
"github.com/bacalhau-project/bacalhau/pkg/util/generic"
)

type RingBufferTestSuite struct {
Expand Down

0 comments on commit 085f9fa

Please sign in to comment.