Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Strift committed Feb 8, 2025
1 parent caa20a2 commit d888301
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 32 deletions.
1 change: 0 additions & 1 deletion features.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func (ef *ExperimentalFeatures) Update() (*ExperimentalFeaturesResult, error) {

func (ef *ExperimentalFeatures) UpdateWithContext(ctx context.Context) (*ExperimentalFeaturesResult, error) {
request := ExperimentalFeaturesBase{
VectorStore: ef.VectorStore,
LogsRoute: ef.LogsRoute,
Metrics: ef.Metrics,
EditDocumentsByFunction: ef.EditDocumentsByFunction,
Expand Down
2 changes: 1 addition & 1 deletion index_task_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ func TestIndex_GetTasks(t *testing.T) {
query: &TasksQuery{
IndexUIDS: []string{"indexUID"},
Limit: 10,
From: 1,
From: 0,
Statuses: []TaskStatus{TaskStatusSucceeded},
Types: []TaskType{TaskTypeDocumentAdditionOrUpdate},
},
Expand Down
33 changes: 3 additions & 30 deletions types_easyjson.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d888301

Please sign in to comment.