Skip to content

Commit

Permalink
[service] fix test for renamed module
Browse files Browse the repository at this point in the history
  • Loading branch information
restjohn committed Feb 21, 2024
1 parent 31b0d07 commit 0746d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/test/migrations/saml-settings.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { describe, it, before, after } from 'mocha'
import * as mongoTest from '../mongo.test'
import * as migration from '../../lib/migrations/030-saml-settings'
import * as migration from '../../lib/migrations/031-saml-settings'
import { Db } from 'mongodb'
import { expect } from 'chai'

Expand Down

0 comments on commit 0746d20

Please sign in to comment.