Skip to content

Commit

Permalink
Fix broken import
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgain committed Dec 16, 2024
1 parent 5bc7062 commit f4e27dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/end-to-end/cypress/specs/DIT/order-spec.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
const fixtures = require('../../fixtures')
const {
formatDate,
DATE_MEDIUM_FORMAT,
DATE_FORMAT_MEDIUM,
} = require('../../../../../src/client/utils/date-utils')
const { omis } = require('../../../../../src/lib/urls')
const {
assertSummaryTable,
} = require('../../../../functional/cypress/support/assertions')

const today = formatDate(new Date(), DATE_MEDIUM_FORMAT)
const today = formatDate(new Date(), DATE_FORMAT_MEDIUM)

describe('Order', () => {
const company = fixtures.company.create.defaultCompany('order testing')
Expand Down

0 comments on commit f4e27dc

Please sign in to comment.