Skip to content

Commit

Permalink
fixup! fix: set correct default for transparency
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Jul 23, 2024
1 parent 789d2a4 commit b9d3b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/javascript/unit/models/calendar.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ describe('Test suite: Calendar model (models/calendar.js)', () => {
dav: false,
calendarObjects: [],
fetchedTimeRanges: [],
transparency: '',
transparency: 'opaque',
})
})

Expand Down Expand Up @@ -69,7 +69,7 @@ describe('Test suite: Calendar model (models/calendar.js)', () => {
dav: false,
calendarObjects: [],
fetchedTimeRanges: [],
transparency: '',
transparency: 'opaque',
})
})

Expand Down

0 comments on commit b9d3b89

Please sign in to comment.