Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed Jan 3, 2025
1 parent 349f207 commit 592f0ae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ void fetchSessionForConsultant_Should_Return_ValidConsultantSessionDTO() {

verifyNoInteractions(sessionTopicEnrichmentService);
assertNull(result.getMainTopic());
assertNull(result.getTopics());
assertThat(result.getTopics()).isEmpty();
}

@Test
Expand Down

0 comments on commit 592f0ae

Please sign in to comment.