Skip to content

Commit 8c7441c

Browse files
authored
Merge pull request #381 from os2display/feature/remove-fixture-length-check
Removed fixture length check
2 parents 1faaa13 + 680a102 commit 8c7441c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ All notable changes to this project will be documented in this file.
3333
- Fixed relations checksum test.
3434
- Optimized release data fetching.
3535
- Optimized list loading.
36+
- Removed fixture length check from test.
3637

3738
### NB! Prior to 3.x the project was split into separate repositories
3839

tests/EventListener/RelationsChecksumListenerTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -617,8 +617,6 @@ public function testPlaylistSlideRelation(): void
617617

618618
$playlistSlides = $playlist->getPlaylistSlides();
619619

620-
$this->assertGreaterThanOrEqual(9, $playlistSlides->count(), 'Fixtures count does not match expected value');
621-
622620
$checksums = $playlist->getRelationsChecksum();
623621
$this->assertArrayHasKey('slides', $checksums);
624622
$slidesChecksum = $checksums['slides'];

0 commit comments

Comments
 (0)