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

Commit 5b4eda2

Browse files
committed
Update snapshots
1 parent 6cc8d90 commit 5b4eda2

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

src/_tests/fixtures/49639/derived.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"suggestion": {
2727
"startLine": 21,
2828
"endLine": 21,
29-
"body": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
29+
"text": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
3030
}
3131
},
3232
{
@@ -36,7 +36,7 @@
3636
"suggestion": {
3737
"startLine": 4,
3838
"endLine": 4,
39-
"body": ""
39+
"text": ""
4040
}
4141
}
4242
],

src/_tests/fixtures/49639/mutations.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTIyNzM5MjUx",
5858
"path": "types/jasmine/tsconfig.json",
5959
"line": 21,
60-
"body": "```suggestion\n \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
60+
"body": "```suggestion\n \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n```"
6161
}
6262
}
6363
},
@@ -68,7 +68,7 @@
6868
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTIyNzM5MjUx",
6969
"path": "types/jasmine/tslint.json",
7070
"line": 4,
71-
"body": "```suggestion\n"
71+
"body": "```suggestion\n```"
7272
}
7373
}
7474
},
@@ -77,7 +77,7 @@
7777
"variables": {
7878
"input": {
7979
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTIyNzM5MjUx",
80-
"body": "@ienzam I noticed these differences from the expected 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!",
80+
"body": "@ienzam I noticed these differences from the expected 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!",
8181
"event": "COMMENT"
8282
}
8383
}

src/_tests/fixtures/49639/result.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"path": "types/jasmine/tsconfig.json",
2424
"startLine": 21,
2525
"endLine": 21,
26-
"body": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
26+
"text": " \"forceConsistentCasingInFileNames\": true,\n \"strictFunctionTypes\": true\n"
2727
},
2828
{
2929
"path": "types/jasmine/tslint.json",
3030
"startLine": 4,
3131
"endLine": 4,
32-
"body": ""
32+
"text": ""
3333
}
3434
],
3535
"shouldClose": false,

src/_tests/fixtures/49841/derived.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"suggestion": {
3131
"startLine": 17,
3232
"endLine": 17,
33-
"body": ""
33+
"text": ""
3434
}
3535
},
3636
{

src/_tests/fixtures/49841/mutations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTI4OTE2Mjg5",
6767
"path": "types/react-native-sha1/tsconfig.json",
6868
"line": 17,
69-
"body": "```suggestion\n"
69+
"body": "```suggestion\n```"
7070
}
7171
}
7272
},
@@ -75,7 +75,7 @@
7575
"variables": {
7676
"input": {
7777
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTI4OTE2Mjg5",
78-
"body": "@shekari-ah I noticed these differences from the expected 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!",
78+
"body": "@shekari-ah I noticed these differences from the expected 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!",
7979
"event": "COMMENT"
8080
}
8181
}

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,

src/_tests/fixtures/50429/derived.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"suggestion": {
4747
"startLine": 1,
4848
"endLine": 8,
49-
"body": "{ \"extends\": \"dtslint/dt.json\" }\n"
49+
"text": "{ \"extends\": \"dtslint/dt.json\" }\n"
5050
}
5151
}
5252
],

src/_tests/fixtures/50429/mutations.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"path": "types/omise-js/tslint.json",
4646
"startLine": 1,
4747
"line": 8,
48-
"body": "```suggestion\n{ \"extends\": \"dtslint/dt.json\" }\n"
48+
"body": "```suggestion\n{ \"extends\": \"dtslint/dt.json\" }\n```"
4949
}
5050
}
5151
},
@@ -54,7 +54,7 @@
5454
"variables": {
5555
"input": {
5656
"pullRequestId": "MDExOlB1bGxSZXF1ZXN0NTUwNDE0ODEz",
57-
"body": "@SaltyAom I noticed these differences from the expected 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!",
57+
"body": "@SaltyAom I noticed these differences from the expected 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!",
5858
"event": "COMMENT"
5959
}
6060
}

src/_tests/fixtures/50429/result.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"path": "types/omise-js/tslint.json",
2525
"startLine": 1,
2626
"endLine": 8,
27-
"body": "{ \"extends\": \"dtslint/dt.json\" }\n"
27+
"text": "{ \"extends\": \"dtslint/dt.json\" }\n"
2828
}
2929
],
3030
"shouldClose": false,

0 commit comments

Comments
 (0)