Skip to content

Commit

Permalink
crdbtest: reorganize testdata
Browse files Browse the repository at this point in the history
  • Loading branch information
RaduBerinde committed Oct 21, 2024
1 parent 5f50eae commit 11ff3b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/crdbtest/crdb_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit 11ff3b6

Please sign in to comment.