diff --git a/internal/crdbtest/crdb_test.go b/internal/crdbtest/crdb_test.go index b17c2880ed..a210020508 100644 --- a/internal/crdbtest/crdb_test.go +++ b/internal/crdbtest/crdb_test.go @@ -68,9 +68,9 @@ func TestComparer(t *testing.T) { } } -func TestDataDriven(t *testing.T) { +func TestRandKeys(t *testing.T) { var keys [][]byte - datadriven.RunTest(t, "testdata", func(t *testing.T, d *datadriven.TestData) string { + datadriven.RunTest(t, "testdata/rand_keys", func(t *testing.T, d *datadriven.TestData) string { seed := uint64(1234) count := 10 valueLen := 4 diff --git a/internal/crdbtest/testdata b/internal/crdbtest/testdata/rand_keys similarity index 100% rename from internal/crdbtest/testdata rename to internal/crdbtest/testdata/rand_keys