Skip to content

Commit

Permalink
fix: return correct data type in fromProviderState (#710)
Browse files Browse the repository at this point in the history
Fixes #633
  • Loading branch information
mefellows committed Jul 18, 2021
1 parent 4f98b45 commit ec9192f
Show file tree
Hide file tree
Showing 8 changed files with 22,561 additions and 132 deletions.
Expand Up @@ -70,7 +70,7 @@ describe('Transaction service - create a new transaction for an account', () =>
});

// Uncomment when https://github.com/pact-foundation/pact-reference/issues/116 is resolved
it.skip('queries the account service for the account details using POST body', () => {
it('queries the account service for the account details using POST body', () => {
provider
.given('Account Test001 exists', { accountRef: 'Test001' })
.uponReceiving('a request to get the account details via POST')
Expand Down
8,330 changes: 8,312 additions & 18 deletions examples/v3/provider-state-injected/package-lock.json

Large diffs are not rendered by default.

0 comments on commit ec9192f

Please sign in to comment.