Skip to content

Commit

Permalink
Verify other engines are not affected.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnml1135 committed Jan 9, 2025
1 parent a94c042 commit e58a325
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ public async Task PropagateFileDeletedToCorpus()
await dataFilesClient.DeleteAsync(FILE_ID1);
var updatedCorpus1 = await corporaClient.GetAsync(CORPUS_ID1);
Assert.That(updatedCorpus1.Files.Count, Is.EqualTo(0));
var updatedCorpus2 = await corporaClient.GetAsync(CORPUS_ID2);
Assert.That(updatedCorpus2.Files.Count, Is.EqualTo(1));
}

[TearDown]
Expand Down

0 comments on commit e58a325

Please sign in to comment.