Skip to content

Commit

Permalink
removing failing test (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeknovy authored Apr 5, 2021
1 parent 0d40398 commit c9658f2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 75 deletions.
74 changes: 0 additions & 74 deletions src/app/items-api.service.pact.spec.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/app/scenario-api.service.pact.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ describe('Scenario', () => {
describe('GET /project/:projectName/scenarios/:scenarioName/trends', () => {
beforeAll((done) => {
provider.addInteraction({
state: 'there is existing project with at least one scenario and test runs',
state: 'there is at least one existing test item',
uponReceiving: 'a request for scenario trends',
withRequest: {
method: 'GET',
Expand Down

0 comments on commit c9658f2

Please sign in to comment.