working commit

This commit is contained in:
2026-02-21 13:16:30 +02:00
parent cd37a4508c
commit d650d58a6d
1149 changed files with 116 additions and 722633 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ import (
"mstore/app/server"
"mstore/pkg/client"
"mstore/pkg/term"
"mstore/pkg/terms"
"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+"/", term.AsFinePath)
files, err := cli.ListFiles(ctx, srvaddr+"/", terms.AsFinePath)
require.NoError(t, err)
require.NotZero(t, len(files))
}