Skip to content

Commit

Permalink
test: adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandreferris committed Nov 13, 2023
1 parent 3a12541 commit fa0f75a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class GetConversationMessagesFromSearchUseCaseTest {
.arrange()

// when
val result = useCase("a", arrangement.conversationId)
val result = useCase("", arrangement.conversationId)

// then
assert(result is Either.Right<List<UIMessage>>)
Expand Down

0 comments on commit fa0f75a

Please sign in to comment.