Skip to content

Commit

Permalink
Move metrics correctness testdata to metrics directory (#2559)
Browse files Browse the repository at this point in the history
Signed-off-by: Bogdan Drutu <bogdandrutu@gmail.com>
  • Loading branch information
bogdandrutu authored Mar 2, 2021
1 parent 6ad7d67 commit 73db88f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testbed/correctness/metrics/metrics_correctness_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
// tests with the prefix "TestHarness_" get run in the "correctness-metrics" ci job
func TestHarness_MetricsGoldenData(t *testing.T) {
tests, err := correctness.LoadPictOutputPipelineDefs(
"../testdata/generated_pict_pairs_metrics_pipeline.txt",
"testdata/generated_pict_pairs_metrics_pipeline.txt",
)
require.NoError(t, err)

Expand Down

0 comments on commit 73db88f

Please sign in to comment.