mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-03-22 07:32:32 +01:00
fix(ci): remove linting, fix not passing test.
This commit is contained in:
@@ -232,8 +232,8 @@ func TestWarehouseEquipmentMerge(t *testing.T) {
|
||||
}
|
||||
|
||||
// Verify merge result count
|
||||
if finalEquip == nil {
|
||||
t.Error("invalid merged equipment count")
|
||||
if len(finalEquip) != tt.wantMerged {
|
||||
t.Errorf("expected %d merged equipment, got %d", tt.wantMerged, len(finalEquip))
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user