Skip to content

Implement Where filter as strongly typed. #219

Implement Where filter as strongly typed.

Implement Where filter as strongly typed. #219

Triggered via pull request November 7, 2024 12:47
Status Failure
Total duration 57s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.