Skip to content

Commit

Permalink
MYC-184 Parameter name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetbicak committed Jul 12, 2022
1 parent e55d527 commit a3c789c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ms-request-api/__tests__/localAgent.test.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { getConfig } from '@veramo/cli/build/setup'
import { createObjects } from '@veramo/cli/build/lib/objectCreator'
import msVcApiIssuerAgentLogic from './shared/msVcApiIssuerAgentLogic'
import msRequestApiAgentLogic from './shared/msRequestApiAgentLogic'

jest.setTimeout(30000)

Expand All @@ -21,5 +21,5 @@ const getAgent = () => agent
const testContext = { getAgent, setup, tearDown }

describe('Local integration tests', () => {
msVcApiIssuerAgentLogic(testContext)
msRequestApiAgentLogic(testContext)
})

0 comments on commit a3c789c

Please sign in to comment.