Skip to content

Commit

Permalink
Merge pull request #3652 from onflow/bastian/refactor-test-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent authored Oct 29, 2024
2 parents 1c029f3 + 782db6c commit 63d3591
Show file tree
Hide file tree
Showing 194 changed files with 1,874 additions and 1,817 deletions.
2 changes: 1 addition & 1 deletion cmd/info/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"github.com/onflow/cadence/parser"
"github.com/onflow/cadence/sema"
"github.com/onflow/cadence/stdlib"
"github.com/onflow/cadence/tests/sema_utils"
"github.com/onflow/cadence/test_utils/sema_utils"
)

type command struct {
Expand Down
2 changes: 1 addition & 1 deletion compiler/compiler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"github.com/stretchr/testify/require"

"github.com/onflow/cadence/compiler/ir"
. "github.com/onflow/cadence/tests/sema_utils"
. "github.com/onflow/cadence/test_utils/sema_utils"
)

func TestCompilerSimple(t *testing.T) {
Expand Down
Loading

0 comments on commit 63d3591

Please sign in to comment.