Skip to content

Commit

Permalink
fix: update tests wrt dep change
Browse files Browse the repository at this point in the history
  • Loading branch information
cmars committed Mar 15, 2022
1 parent 4d71512 commit 84524bb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/rulesets/tests/__snapshots__/end-end.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -96938,7 +96938,7 @@ Object {
"condition": "not be required",
"docsLink": undefined,
"effectiveOnDate": undefined,
"error": "expected requst body property to not be required",
"error": "expected request body property to not be required",
"isMust": true,
"isShould": false,
"passed": false,
Expand Down
2 changes: 1 addition & 1 deletion src/rulesets/tests/__snapshots__/headers.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Object {
"condition": "not be required",
"docsLink": undefined,
"effectiveOnDate": undefined,
"error": "expected requst body property to not be required",
"error": "expected request body property to not be required",
"isMust": true,
"isShould": false,
"passed": false,
Expand Down
2 changes: 1 addition & 1 deletion src/rulesets/tests/__snapshots__/lifecycle.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Object {
"condition": "not be required",
"docsLink": undefined,
"effectiveOnDate": undefined,
"error": "expected requst body property to not be required",
"error": "expected request body property to not be required",
"isMust": true,
"isShould": false,
"passed": false,
Expand Down
2 changes: 1 addition & 1 deletion src/rulesets/tests/__snapshots__/operations.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Object {
"condition": "not be required",
"docsLink": undefined,
"effectiveOnDate": undefined,
"error": "expected requst body property to not be required",
"error": "expected request body property to not be required",
"isMust": true,
"isShould": false,
"passed": false,
Expand Down
2 changes: 1 addition & 1 deletion src/rulesets/tests/__snapshots__/properties.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1487,7 +1487,7 @@ Object {
"condition": "not be required",
"docsLink": undefined,
"effectiveOnDate": undefined,
"error": "expected requst body property to not be required",
"error": "expected request body property to not be required",
"isMust": true,
"isShould": false,
"passed": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ Object {
"condition": "not be required",
"docsLink": undefined,
"effectiveOnDate": undefined,
"error": "expected requst body property to not be required",
"error": "expected request body property to not be required",
"isMust": true,
"isShould": false,
"passed": false,
Expand Down

0 comments on commit 84524bb

Please sign in to comment.