test: align hull culprit default

This commit is contained in:
SepehrYahyaee
2026-09-19 16:09:50 +03:30
parent 8071215803
commit 4cd6e0ecb3

View File

@@ -76,7 +76,7 @@ describe("fanavaran hull base claim", () => {
expect(hull.IsLicenseReplaced).toBeNull(); expect(hull.IsLicenseReplaced).toBeNull();
expect(hull.CostSeparationToDmgSections).toBe(0); expect(hull.CostSeparationToDmgSections).toBe(0);
expect(hull.IsOwnerChanged).toBe(0); expect(hull.IsOwnerChanged).toBe(0);
expect(hull.CulpritTypeId).toBe(301); expect(hull.CulpritTypeId).toBe(300);
expect(hull.DamagedCount).toBeUndefined(); expect(hull.DamagedCount).toBeUndefined();
expect(hull.HasOtherCulprit).toBeUndefined(); expect(hull.HasOtherCulprit).toBeUndefined();
expect(hull.CompensationReferenceId).toBeUndefined(); expect(hull.CompensationReferenceId).toBeUndefined();