Skip to content

Commit 9b9ade2

Browse files
devlux76Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 03ad114 commit 9b9ade2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/Daydreamer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ describe("Daydreamer integration", () => {
243243
}
244244
});
245245

246-
it("curiosity broadcasting exports eligible pages and blocks PII content", async () => {
246+
it("curiosity broadcasting filters out PII pages from eligible content", async () => {
247247
const metadataStore = await IndexedDbMetadataStore.open(freshDbName());
248248
const vectorStore = new MemoryVectorStore();
249249
const runner = makeRunner();

0 commit comments

Comments
 (0)