Skip to content

Commit

Permalink
Update .dotnet.azure/sdk/openai/Azure.AI.OpenAI/tests/VectorStoreTest…
Browse files Browse the repository at this point in the history
…s.cs

Co-authored-by: Anne Thompson <[email protected]>
  • Loading branch information
chschrae and annelo-msft authored Sep 17, 2024
1 parent 108ab92 commit d8d82ef
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 CanCreateGetAndDeleteVectorStores()
{
VectorStoreClient client = GetTestClient();

CreateVectorStoreOperation createVectorStoreOperation = await client.CreateVectorStoreAsync(false);
CreateVectorStoreOperation createVectorStoreOperation = await client.CreateVectorStoreAsync(waitUntilCompleted: false);
Validate(createVectorStoreOperation);
bool deleted = await client.DeleteVectorStoreAsync(createVectorStoreOperation.GetVectorStore());
Assert.That(deleted, Is.True);
Expand Down

0 comments on commit d8d82ef

Please sign in to comment.