From 7a5e3545c0f5db6cff182b952f553e0c9282cdad Mon Sep 17 00:00:00 2001 From: Antony Thorpe <1023740+AntonyThorpe@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:48:20 +1200 Subject: [PATCH] Update BulkLoaderUpdateRecordsTest.php Zero skipped records in test --- tests/BulkLoaderUpdateRecordsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BulkLoaderUpdateRecordsTest.php b/tests/BulkLoaderUpdateRecordsTest.php index d7b01e6..ad40548 100644 --- a/tests/BulkLoaderUpdateRecordsTest.php +++ b/tests/BulkLoaderUpdateRecordsTest.php @@ -142,7 +142,7 @@ public function testUpdateRecordsWhenDataobjectExtendsPage(): void $this->assertEquals($results->CreatedCount(), 0); $this->assertEquals($results->UpdatedCount(), 2); $this->assertEquals($results->DeletedCount(), 0); - $this->assertEquals($results->SkippedCount(), 2); + $this->assertEquals($results->SkippedCount(), 0); $this->assertEquals($results->Count(), 2); $this->assertStringContainsString(