Skip to content

Commit

Permalink
Update extensions/Elasticsearch/Elasticsearch.FunctionalTests/Additio…
Browse files Browse the repository at this point in the history
…nal/KernelMemoryTests.cs
  • Loading branch information
dluc authored Dec 18, 2024
1 parent a64d25b commit 1cf5a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public async Task ItSupportsLimitsAndMinRelevanceScoreAsync()
this.Output.WriteLine("Uploading document");
await this.KernelMemory.ImportDocumentAsync(
new Document(Id)
.AddFile(TestsHelper.SKWikipediaSciliconFileName),
.AddFile(TestsHelper.SKWikipediaSiliconFileName),
index: indexName,
steps: Constants.PipelineWithoutSummary);

Expand Down

0 comments on commit 1cf5a6f

Please sign in to comment.