Skip to content

Commit

Permalink
fix gcal test. new holiday added
Browse files Browse the repository at this point in the history
  • Loading branch information
arshaw committed Jun 11, 2021
1 parent daa0535 commit e300b58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example-projects
2 changes: 1 addition & 1 deletion packages-premium
2 changes: 1 addition & 1 deletion packages/__tests__/src/legacy/events-gcal.ts
Expand Up @@ -18,7 +18,7 @@ describe('Google Calendar plugin', () => {

// Google sometimes stops returning old events. Will need to update this sometimes.
const DEFAULT_MONTH = '2020-05'
const NUM_EVENTS = 4 // number of holidays
const NUM_EVENTS = 5 // number of holidays

let currentWarnArgs
let oldConsoleWarn
Expand Down

0 comments on commit e300b58

Please sign in to comment.