renamings

This commit is contained in:
LangChain4j 2024-01-30 07:19:40 +01:00
parent 605e1840eb
commit 05c0b89415
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import java.time.Duration;
import static org.assertj.core.api.Assertions.assertThat;
class OllamaClientTest extends AbstractOllamaInfrastructure {
class OllamaClientIT extends AbstractOllamaInfrastructure {
@Test
void should_respond_with_models_list() {

View File

@ -7,7 +7,7 @@ import java.util.List;
import static org.assertj.core.api.Assertions.assertThat;
class OllamaModelsTest extends AbstractOllamaInfrastructure {
class OllamaModelsIT extends AbstractOllamaInfrastructure {
OllamaModels ollamaModels = OllamaModels.builder()
.baseUrl(getBaseUrl())