Skip to content

Commit

Permalink
Update targets/export-elasticsearch/src/ingester/__tests__/fichesTrav…
Browse files Browse the repository at this point in the history
…ailSplitter.test.ts
  • Loading branch information
carolineBda authored Dec 2, 2024
1 parent 39eddbc commit b3904f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ describe("splitArticle", () => {
);
});

test("should exclude sections with empty titles and 'Références juridiques'", async () => {
test("should exclude some sections like 'Références juridiques'", async () => {
const splitArticles = await splitArticle(articleWithEmptySections);
expect(splitArticles.length).toBe(2);
expect(splitArticles[0].title).toBe(
Expand Down

0 comments on commit b3904f8

Please sign in to comment.