feat(platform): filter vehicle archive gaps
This commit is contained in:
@@ -208,6 +208,9 @@ func TestHandlerVehicleCoverageSummary(t *testing.T) {
|
||||
if len(body.Data.MissingSources) == 0 {
|
||||
t.Fatalf("coverage summary should expose missing source counts, got %+v", body.Data)
|
||||
}
|
||||
if len(body.Data.ArchiveMissingFields) == 0 {
|
||||
t.Fatalf("coverage summary should expose archive missing-field counts, got %+v", body.Data)
|
||||
}
|
||||
}
|
||||
|
||||
func TestSplitCSVEmptyReturnsEmptySlice(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user