Skip to content

Commit

Permalink
OPIK-611 fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
idoberko2 committed Jan 13, 2025
1 parent 46fc67f commit 396c28c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void toCreateMessage() {
assertThat(actual.system).usingRecursiveComparison().ignoringCollectionOrder().isEqualTo(
request.messages().stream()
.filter(message -> message.role() == Role.SYSTEM)
.map(LlmProviderAnthropicMapper.INSTANCE::mapToAnthropicMessage)
.map(LlmProviderAnthropicMapper.INSTANCE::mapToSystemMessage)
.toList());
}
}
Expand Down

0 comments on commit 396c28c

Please sign in to comment.