lsjson: fix typo in skip message

This commit is contained in:
hiddenmarten
2025-01-26 12:24:00 +01:00
parent f2c4b927eb
commit a9de6eb5ea

View File

@ -409,7 +409,7 @@ func TestStatJSON(t *testing.T) {
func TestStatJsonMetadataContentDisposition(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("Custom metadata not supported on Windows")
t.Skip("Custom metadata is not supported on Windows")
}
ctx := context.Background()
r := fstest.NewRun(t)