Yawei sun 8 months ago
parent
commit
37df3fcdae
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/holidays/index.test.ts

+ 1 - 1
test/holidays/index.test.ts

@@ -20,7 +20,7 @@ describe('Holiday Functions', () => {
     const date1 = '2024-05-01';
     const date1 = '2024-05-01';
     const date2 = '2024-05-06';
     const date2 = '2024-05-06';
 
 
-    expect(isHoliday(date1)).toBe(true); 
+    expect(isHoliday(date1)).toBe(false); 
     expect(isHoliday(date2)).toBe(false);
     expect(isHoliday(date2)).toBe(false);
   });
   });