feat: fix format
This commit is contained in:
@@ -14,7 +14,7 @@ func TestCompile(t *testing.T) {
|
||||
t.Run("With testdata", func(t *testing.T) {
|
||||
ctx := context.Background()
|
||||
|
||||
err := Format(ctx, WithPath("testdata/test_module"))
|
||||
err := format(ctx, withPath("testdata/test_module"))
|
||||
assert.NoError(t, err)
|
||||
|
||||
file, err := os.ReadFile("testdata/test_module/very_long_line.go")
|
||||
|
Reference in New Issue
Block a user