Skip to content

Commit b209aea

Browse files
committed
Replace null with empty string in COMMON_CPH property
1 parent 66511b6 commit b209aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/KeeperData.Application.Tests.Unit/Orchestration/ChangeScanning/Sam/SamCommonLandDailyScanStepTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public async Task ExecuteCoreAsync_ShouldSkipNullOrEmptyCommonCphs()
176176
Data =
177177
[
178178
new SamScanCommonLandIdentifier { COMMON_CPH = "00/000/0001" },
179-
new SamScanCommonLandIdentifier { COMMON_CPH = null },
179+
new SamScanCommonLandIdentifier { COMMON_CPH = "" },
180180
new SamScanCommonLandIdentifier { COMMON_CPH = "" },
181181
new SamScanCommonLandIdentifier { COMMON_CPH = "00/000/0002" }
182182
]

0 commit comments

Comments
 (0)