Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oddsson committed Nov 26, 2024
1 parent dcd0fa5 commit f619af5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import {
CaseAppealDecision,
CaseIndictmentRulingDecision,
EventType,
FINE_APPEAL_WINDOW_DAYS,
getIndictmentVerdictAppealDeadlineStatus,
getStatementDeadline,
isRequestCase,
Expand All @@ -13,7 +14,6 @@ import {
import { Defendant } from '../../defendant'
import { EventLog } from '../../event-log'
import { Case } from '../models/case.model'
import { FINE_APPEAL_WINDOW_DAYS } from 'libs/judicial-system/types/src/lib/indictmentCase'

const getDays = (days: number) => days * 24 * 60 * 60 * 1000

Expand Down

0 comments on commit f619af5

Please sign in to comment.