Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev committed Sep 4, 2024
1 parent eb4fb99 commit 24d85db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pprof/cmd/jfrparser/format/format_json_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func loadTestDataGzip(t *testing.T, filename string) []byte {
}

func TestFormatterJson(t *testing.T) {
testDataDir := filepath.Join("..", "..", "..", "parser", "testdata")
testDataDir := filepath.Join("..", "..", "..", "..", "parser", "testdata")
fnamePrefix := "cortex-dev-01__kafka-0__cpu__0"
dest := "example"

Expand Down

0 comments on commit 24d85db

Please sign in to comment.