Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihaopan committed Jul 5, 2024
1 parent 8c454ee commit a0de1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-lsp/lsp/methods_gen_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func generateOneNoResp(name, regName, args, error, code string, withBuiltin bool

func TestMethodsGen(t *testing.T) {
res := generate(methods)
err := ioutil.WriteFile("/Users/tobias/projects/go-lsp/lsp/methods_gen.go", []byte(res), 0777)
err := ioutil.WriteFile("methods_gen.go", []byte(res), 0777)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit a0de1e5

Please sign in to comment.