Update references to jet v2 in tests

I'm guessing people don't run these anymore...
This commit is contained in:
Eli Ribble 2026-05-14 16:30:22 +00:00
parent 34e5dcbb17
commit 44d981fbfc
No known key found for this signature in database
53 changed files with 120 additions and 120 deletions

View file

@ -15,8 +15,8 @@ import (
"github.com/stretchr/testify/require"
. "source.gleipnir.technology/Gleipnir/jet/postgres"
"source.gleipnir.technology/Gleipnir/jet/tests/.gentestdata/jetdb/test_sample/model"
"source.gleipnir.technology/Gleipnir/jet/tests/.gentestdata/jetdb/test_sample/table"
"source.gleipnir.technology/Gleipnir/jet/v2/tests/.gentestdata/jetdb/test_sample/model"
"source.gleipnir.technology/Gleipnir/jet/v2/tests/.gentestdata/jetdb/test_sample/table"
)
func TestRangeTableSelect(t *testing.T) {