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

Commit 3c981c3

Browse files
committed
Update snapshots
1 parent 39922fc commit 3c981c3

File tree

6 files changed

+11
-11
lines changed

6 files changed

+11
-11
lines changed

src/_tests/fixtures/49639/derived.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"suggestion": {
2828
"startLine": 21,
2929
"endLine": 21,
30-
"body": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
30+
"text": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
3131
}
3232
},
3333
{
@@ -37,7 +37,7 @@
3737
"suggestion": {
3838
"startLine": 4,
3939
"endLine": 4,
40-
"body": ""
40+
"text": ""
4141
}
4242
}
4343
],

src/_tests/fixtures/49639/mutations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTIyNzM5MjUx",
4848
"path": "types/jasmine/tsconfig.json",
4949
"line": 21,
50-
"body": "```suggestion\n \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
50+
"body": "```suggestion\n \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n```"
5151
}
5252
}
5353
},
@@ -58,7 +58,7 @@
5858
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTIyNzM5MjUx",
5959
"path": "types/jasmine/tslint.json",
6060
"line": 4,
61-
"body": "```suggestion\n"
61+
"body": "```suggestion\n```"
6262
}
6363
}
6464
},
@@ -67,7 +67,7 @@
6767
"variables": {
6868
"input": {
6969
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTIyNzM5MjUx",
70-
"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!",
70+
"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!",
7171
"event": "COMMENT"
7272
}
7373
}

src/_tests/fixtures/49639/result.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
"path": "types/jasmine/tsconfig.json",
2121
"startLine": 21,
2222
"endLine": 21,
23-
"body": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
23+
"text": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
2424
},
2525
{
2626
"path": "types/jasmine/tslint.json",
2727
"startLine": 4,
2828
"endLine": 4,
29-
"body": ""
29+
"text": ""
3030
}
3131
],
3232
"shouldClose": false,

src/_tests/fixtures/49841/derived.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"suggestion": {
3232
"startLine": 17,
3333
"endLine": 17,
34-
"body": ""
34+
"text": ""
3535
}
3636
},
3737
{

src/_tests/fixtures/49841/mutations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTI4OTE2Mjg5",
6666
"path": "types/react-native-sha1/tsconfig.json",
6767
"line": 17,
68-
"body": "```suggestion\n"
68+
"body": "```suggestion\n```"
6969
}
7070
}
7171
},
@@ -74,7 +74,7 @@
7474
"variables": {
7575
"input": {
7676
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTI4OTE2Mjg5",
77-
"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!",
77+
"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!",
7878
"event": "COMMENT"
7979
}
8080
}

src/_tests/fixtures/49841/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"path": "types/react-native-sha1/tsconfig.json",
2525
"startLine": 17,
2626
"endLine": 17,
27-
"body": ""
27+
"text": ""
2828
}
2929
],
3030
"shouldClose": false,

0 commit comments

Comments
 (0)