Rename TestAPIsTest to OllamaAPIIntegrationTest

This commit is contained in:
amithkoujalgi 2025-03-10 23:44:18 +05:30
parent e7f58d4e0d
commit a9c7f4e5e0
No known key found for this signature in database
GPG Key ID: E29A37746AF94B70

View File

@ -27,7 +27,7 @@ import java.util.List;
import static org.junit.jupiter.api.Assertions.*;
@SuppressWarnings("HttpUrlsUsage")
public class TestAPIsTest {
public class OllamaAPIIntegrationTest {
private static OllamaContainer ollama;
private static OllamaAPI api;