Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

Commit 499c48e

Browse files
committed
-
1 parent 94a6628 commit 499c48e

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

tests/Platform/ContractTest.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -61,17 +61,6 @@ public function createRequestPayload(Model $model, array|string|object $input, a
6161

6262
$actual = $contract->createRequestPayload($model, $input);
6363

64-
// For array comparisons, we need to handle the dynamic ID fields
65-
if (\is_array($expected) && \is_array($actual)) {
66-
$this->assertPayloadEquals($expected, $actual);
67-
} else {
68-
self::assertSame($expected, $actual);
69-
}
70-
}
71-
72-
private function assertPayloadEquals(array $expected, array $actual): void
73-
{
74-
// Now compare the entire payload
7564
self::assertSame($expected, $actual);
7665
}
7766

0 commit comments

Comments
 (0)