Skip to content

Commit 3cbb431

Browse files
cursoragentyamanoku
andcommitted
test: drop redundant YEARS contains 2026 assertion
Co-authored-by: Oyama Michinoku <0910yama@gmail.com>
1 parent 05b1fbc commit 3cbb431

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/data/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ describe("speaker data accessors", () => {
2323

2424
expect(speakers.length).toBeGreaterThan(0);
2525
expect(speakers.every((speaker) => YEARS.includes(speaker.year))).toBe(true);
26-
expect(YEARS).toContain("2026");
2726
});
2827
});

0 commit comments

Comments
 (0)