Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jablko committed Dec 8, 2020
1 parent 39922fc commit 3c981c3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions src/_tests/fixtures/49639/derived.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"suggestion": {
"startLine": 21,
"endLine": 21,
"body": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
"text": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
}
},
{
Expand All @@ -37,7 +37,7 @@
"suggestion": {
"startLine": 4,
"endLine": 4,
"body": ""
"text": ""
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions src/_tests/fixtures/49639/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTIyNzM5MjUx",
"path": "types/jasmine/tsconfig.json",
"line": 21,
"body": "```suggestion\n \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
"body": "```suggestion\n \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n```"
}
}
},
Expand All @@ -58,7 +58,7 @@
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTIyNzM5MjUx",
"path": "types/jasmine/tslint.json",
"line": 4,
"body": "```suggestion\n"
"body": "```suggestion\n```"
}
}
},
Expand All @@ -67,7 +67,7 @@
"variables": {
"input": {
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTIyNzM5MjUx",
"body": "@ienzam I noticed these differences from the required form. If you can revise your changes to avoid them, so much the better! Otherwise please reply with explanations why they're needed (unless it's obvious) and a maintainer will take a look. Thanks!",
"body": "@ienzam I noticed these differences from the required form. If you can revise your changes to avoid them, so much the better! Otherwise please reply with explanations why they're needed and a maintainer will take a look. Thanks!",
"event": "COMMENT"
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/_tests/fixtures/49639/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"path": "types/jasmine/tsconfig.json",
"startLine": 21,
"endLine": 21,
"body": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
"text": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
},
{
"path": "types/jasmine/tslint.json",
"startLine": 4,
"endLine": 4,
"body": ""
"text": ""
}
],
"shouldClose": false,
Expand Down
2 changes: 1 addition & 1 deletion src/_tests/fixtures/49841/derived.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"suggestion": {
"startLine": 17,
"endLine": 17,
"body": ""
"text": ""
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions src/_tests/fixtures/49841/mutations.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTI4OTE2Mjg5",
"path": "types/react-native-sha1/tsconfig.json",
"line": 17,
"body": "```suggestion\n"
"body": "```suggestion\n```"
}
}
},
Expand All @@ -74,7 +74,7 @@
"variables": {
"input": {
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTI4OTE2Mjg5",
"body": "@shekari-ah I noticed these differences from the required form. If you can revise your changes to avoid them, so much the better! Otherwise please reply with explanations why they're needed (unless it's obvious) and a maintainer will take a look. Thanks!",
"body": "@shekari-ah I noticed these differences from the required form. If you can revise your changes to avoid them, so much the better! Otherwise please reply with explanations why they're needed and a maintainer will take a look. Thanks!",
"event": "COMMENT"
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/_tests/fixtures/49841/result.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"path": "types/react-native-sha1/tsconfig.json",
"startLine": 17,
"endLine": 17,
"body": ""
"text": ""
}
],
"shouldClose": false,
Expand Down

0 comments on commit 3c981c3

Please sign in to comment.