Skip to content

Commit

Permalink
NGSTACK-904: remove asserting ContentType ID because SQLite Gateway n…
Browse files Browse the repository at this point in the history
…ow uses hrtime for calculating next ID
  • Loading branch information
pspanja committed Jun 12, 2024
1 parent 26e885d commit 9a38a60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/lib/Integration/BaseTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ protected function assertContentInfo(APIContentInfo $contentInfo, array $data):
self::assertSame($locationId, $contentInfo->mainLocationId);
self::assertSame($name, $contentInfo->name);
self::assertSame($data['contentTypeIdentifier'], $contentInfo->contentTypeIdentifier);
self::assertSame($data['contentTypeId'], $contentInfo->contentTypeId);
self::assertSame($data['sectionId'], $contentInfo->sectionId);
self::assertSame($data['currentVersionNo'], $contentInfo->currentVersionNo);
self::assertSame($data['published'], $contentInfo->published);
Expand Down

0 comments on commit 9a38a60

Please sign in to comment.