Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Anty0 committed Jan 15, 2025
1 parent bc2b180 commit 579f783
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class XlsxFileExporterTest {

@BeforeEach
fun setup() {
val now = Date(Date.UTC(2025-1900, Calendar.JANUARY, 10, 0, 0, 0))
val now = Date(Date.UTC(2025 - 1900, Calendar.JANUARY, 10, 0, 0, 0))
Mockito.`when`(currentDateProvider.date).thenReturn(now)
}

Expand Down

0 comments on commit 579f783

Please sign in to comment.