fix warning
Some checks failed
SonarQube / Build and analyze (push) Failing after 1m22s
Unit Tests / Run Tests (push) Successful in 2m22s

This commit is contained in:
Leonid Pershin
2025-10-20 09:50:13 +03:00
parent 6c34b9cbb9
commit 09dc190d9c
2 changed files with 15 additions and 36 deletions

View File

@@ -376,5 +376,6 @@ public class IOllamaClientTests : UnitTestBase
{
yield return item;
}
await Task.CompletedTask; // Add await to make it properly async
}
}