Skip to content

Commit

Permalink
try fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Schmidt committed Jul 22, 2024
1 parent eb29347 commit 11cc64b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,17 +415,17 @@ func (suite *CmdTestSuite) TestPipeFromListIndexToCreateIndex() {
"test with one index that fails",
[]*protos.IndexDefinition{
tests.NewIndexDefinitionBuilder(
"exists1", "test", 256, protos.VectorDistanceMetric_COSINE, "vector",
"exists3", "test", 256, protos.VectorDistanceMetric_COSINE, "vector",
).Build(),
tests.NewIndexDefinitionBuilder(
"exists2", "bar", 256, protos.VectorDistanceMetric_HAMMING, "vector",
"exists4", "bar", 256, protos.VectorDistanceMetric_HAMMING, "vector",
).WithSet("barset").Build(),
},
"s/exists1/does-not-exist-yet/g",
"s/exists3/does-not-exist-yet/g",
true,
[]string{
"Successfully created index test.*.does-not-exist-yet",
"Failed to create index bar.barset.exists2",
"Failed to create index bar.barset.exists4",
"Some indexes failed to be created",
},
},
Expand Down

0 comments on commit 11cc64b

Please sign in to comment.