working commit

This commit is contained in:
2026-02-20 19:08:26 +02:00
parent f973293315
commit 3220e2d78f
32 changed files with 195 additions and 213 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ import (
"mstore/app/server"
"mstore/pkg/client"
"mstore/pkg/terms"
"mstore/pkg/term"
"github.com/stretchr/testify/require"
)
@@ -133,7 +133,7 @@ func TestFileLife(t *testing.T) {
ctx := context.Background()
ctx, _ = context.WithTimeout(ctx, 1*time.Second)
files, err := cli.ListFiles(ctx, srvaddr+"/", terms.AsFinePath)
files, err := cli.ListFiles(ctx, srvaddr+"/", term.AsFinePath)
require.NoError(t, err)
require.NotZero(t, len(files))
}