Implement Where filter as strongly typed. #219
Annotations
3 errors
QueryWithWhereGreaterThanOrEqual:
ChromaDB.Client.Tests/CollectionClientQueryTests.cs#L250
Assert.That(result[0], Has.Count.EqualTo(1))
Expected: property Count equal to 1
But was: 2
|
QueryWithWhereLessThan:
ChromaDB.Client.Tests/CollectionClientQueryTests.cs#L236
Assert.That(result[1][0].Id, Is.EqualTo(Id2))
String lengths are both 3. Strings differ at index 2.
Expected: "id2"
But was: "id1"
-------------^
|
ci
Process completed with exit code 1.
|