Minor: Fix test

pull/3989/head
Angel Fernando Quiroz Campos 4 years ago
parent a2369f7a9b
commit 0ce0a9f76b
  1. 2
      tests/CourseBundle/Repository/CCourseDescriptionRepositoryTest.php

@ -38,7 +38,7 @@ class CCourseDescriptionRepositoryTest extends AbstractApiTest
$em->flush();
$this->assertSame('title', (string) $item);
$this->assertSame(5, $repo->count([]));
$this->assertSame(1, $repo->count([]));
}
public function testGetDescriptions(): void

Loading…
Cancel
Save