From 4a69df447669bd1dd7ba103095406c027924e242 Mon Sep 17 00:00:00 2001 From: Amith Koujalgi Date: Fri, 29 Aug 2025 17:08:48 +0530 Subject: [PATCH] remove unused model pull in testListModelsAPI --- .../ollama4j/integrationtests/OllamaAPIIntegrationTest.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/java/io/github/ollama4j/integrationtests/OllamaAPIIntegrationTest.java b/src/test/java/io/github/ollama4j/integrationtests/OllamaAPIIntegrationTest.java index 6186099..4b92171 100644 --- a/src/test/java/io/github/ollama4j/integrationtests/OllamaAPIIntegrationTest.java +++ b/src/test/java/io/github/ollama4j/integrationtests/OllamaAPIIntegrationTest.java @@ -105,7 +105,6 @@ public class OllamaAPIIntegrationTest { @Test @Order(2) public void testListModelsAPI() throws URISyntaxException, IOException, OllamaBaseException, InterruptedException { - api.pullModel(EMBEDDING_MODEL_MINILM); // Fetch the list of models List models = api.listModels(); // Assert that the models list is not null