This commit is contained in:
Pim van Pelt
2025-12-02 23:50:07 +01:00
parent c53fa96349
commit f8d9841a68
3 changed files with 36 additions and 36 deletions

View File

@@ -382,4 +382,4 @@ func TestFileEntryProperties(t *testing.T) {
if entry.SizePretty != PrettySize(int64(len(content))) {
t.Errorf("Size pretty mismatch")
}
}
}