Skip to content

Commit

Permalink
Fix import on test
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLin0991 committed Aug 3, 2023
1 parent ec104c6 commit 5546f33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { insertDraftRate } from './insertRate'
import { submitRate } from './submitRate'
import { updateDraftRate } from './updateDraftRate'
import { must, createInsertContractData } from '../../testHelpers'
import { NotFoundError } from '../../errors'
import { NotFoundError } from '../storeError'

describe('submitContract', () => {
it('creates a submission from a draft', async () => {
Expand Down

0 comments on commit 5546f33

Please sign in to comment.