Skip to content

Commit

Permalink
chore: move selector package to inside of assertions module
Browse files Browse the repository at this point in the history
  • Loading branch information
mathnogueira committed May 3, 2022
1 parent 4a12391 commit 1713b2e
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package selectors_test
import (
"testing"

"github.com/kubeshop/tracetest/engine/selectors"
"github.com/kubeshop/tracetest/assertions/selectors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package selectors_test
import (
"testing"

"github.com/kubeshop/tracetest/engine/selectors"
"github.com/kubeshop/tracetest/assertions/selectors"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)
Expand Down
File renamed without changes.

0 comments on commit 1713b2e

Please sign in to comment.