We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086a521 commit c8ee12eCopy full SHA for c8ee12e
tests/Qdrant.Client.Tests/HealthCheckTests.cs
@@ -4,7 +4,8 @@
4
5
namespace Qdrant.Client
6
{
7
- public class HealthCheckTests : IClassFixture<QdrantFixture>
+ [Collection("Qdrant")]
8
+ public class HealthCheckTests
9
10
private readonly QdrantClient _client;
11
0 commit comments