Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
islamaliev committed Jan 31, 2025
1 parent e9ffb04 commit ca30e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func TestSchemaUpdatesAddFieldSimple_WithExistingIndexDocsCreatedBeforePatch(t *
name
}
}`,
Asserter: testUtils.NewExplainAsserter().WithFieldFetches(0).WithIndexFetches(1),
Asserter: testUtils.NewExplainAsserter().WithFieldFetches(1).WithIndexFetches(1),
},
},
}
Expand Down

0 comments on commit ca30e90

Please sign in to comment.