Switch to hosting on source.gleipnir.technology
All checks were successful
/ test (push) Successful in 3s

This commit is contained in:
Eli Ribble 2026-05-14 16:26:47 +00:00
parent 30cc7321c5
commit 34e5dcbb17
No known key found for this signature in database
172 changed files with 493 additions and 490 deletions

View file

@ -2,13 +2,13 @@ package postgres
import (
"context"
"github.com/Gleipnir-Technology/jet/internal/testutils"
"source.gleipnir.technology/Gleipnir/jet/internal/testutils"
"github.com/stretchr/testify/require"
"testing"
"time"
. "github.com/Gleipnir-Technology/jet/postgres"
. "github.com/Gleipnir-Technology/jet/tests/.gentestdata/jetdb/dvds/table"
. "source.gleipnir.technology/Gleipnir/jet/postgres"
. "source.gleipnir.technology/Gleipnir/jet/tests/.gentestdata/jetdb/dvds/table"
)
func TestLockTable(t *testing.T) {