mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
mongo-db-example updated
This commit is contained in:
-3
@@ -51,8 +51,5 @@ class KnowledgeRepositoryWithoutListenerTest extends AbstractRepositoryTest {
|
||||
// Загружаем размер массива с помощью агрегаций и проверяем, что на самом деле размер массива в БД не изменился
|
||||
val actualExperienceArrayLength = studentRepository.getExperienceArrayLengthByStudentId(student.getId());
|
||||
assertThat(actualExperienceArrayLength).isNotEqualTo(expectedExperienceArrayLength);
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user