Skip to content

Commit

Permalink
Fix test generation to be formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
tchajed committed Jul 20, 2024
1 parent 926bda7 commit 1673681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/test_gen/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ package semantics
import (
"testing"
"github.com/stretchr/testify/suite"
"github.com/goose-lang/goose/machine/disk"
"github.com/stretchr/testify/suite"
)
type GoTestSuite struct {
Expand Down

0 comments on commit 1673681

Please sign in to comment.