chore: cleanup top level repo by moving test related dirs to tests

This commit is contained in:
Ben McClelland
2024-03-10 09:15:22 -07:00
parent 3a528e8e62
commit 8ad9c4834b
12 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"testing"
"github.com/versity/versitygw/backend/posix"
"github.com/versity/versitygw/integration"
"github.com/versity/versitygw/tests/integration"
)
const (
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"github.com/urfave/cli/v2"
"github.com/versity/versitygw/integration"
"github.com/versity/versitygw/tests/integration"
)
var (