1
0
mirror of https://github.com/garraflavatra/go-fmp.git synced 2025-06-28 04:25:11 +00:00

Final chunk reading fixes

This commit is contained in:
2025-06-12 09:22:32 +02:00
parent 659ad61300
commit 717efdf9fa
2 changed files with 4 additions and 5 deletions

View File

@ -19,5 +19,4 @@ func TestOpenFile(t *testing.T) {
if f.VersionDate.Format("2006-01-02") != "2025-01-11" {
t.Errorf("expected version date to be '2025-01-11', got '%s'", f.VersionDate.Format("2006-01-02"))
}
print(f.Sectors[0])
}