Skip to content

Commit 25fec68

Browse files
committed
Rename not_found_repo_nwos to not_found_repos
The `not_found_repo_nwos` field doesn't actually exist (anymore?) on the GitHub API. The correct name is `not_found_repos`, so this renames the field on the type and in the scenarios.
1 parent 78f0917 commit 25fec68

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+47
-47
lines changed

extensions/ql-vscode/src/mocks/scenarios/problem-query-warnings/13-getVariantAnalysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
}
757757
]
758758
},
759-
"not_found_repo_nwos": {
759+
"not_found_repos": {
760760
"repository_count": 110,
761761
"repository_full_names": [
762762
"evanw/node-source-map-support",

extensions/ql-vscode/src/mocks/scenarios/problem-query-warnings/14-getVariantAnalysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
}
757757
]
758758
},
759-
"not_found_repo_nwos": {
759+
"not_found_repos": {
760760
"repository_count": 110,
761761
"repository_full_names": [
762762
"evanw/node-source-map-support",

extensions/ql-vscode/src/mocks/scenarios/problem-query-warnings/15-getVariantAnalysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
}
757757
]
758758
},
759-
"not_found_repo_nwos": {
759+
"not_found_repos": {
760760
"repository_count": 110,
761761
"repository_full_names": [
762762
"evanw/node-source-map-support",

extensions/ql-vscode/src/mocks/scenarios/problem-query-warnings/16-getVariantAnalysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
}
757757
]
758758
},
759-
"not_found_repo_nwos": {
759+
"not_found_repos": {
760760
"repository_count": 110,
761761
"repository_full_names": [
762762
"evanw/node-source-map-support",

extensions/ql-vscode/src/mocks/scenarios/problem-query-warnings/17-getVariantAnalysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@
756756
}
757757
]
758758
},
759-
"not_found_repo_nwos": {
759+
"not_found_repos": {
760760
"repository_count": 110,
761761
"repository_full_names": [
762762
"evanw/node-source-map-support",

extensions/ql-vscode/src/mocks/scenarios/problem-query-warnings/18-getVariantAnalysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
}
761761
]
762762
},
763-
"not_found_repo_nwos": {
763+
"not_found_repos": {
764764
"repository_count": 110,
765765
"repository_full_names": [
766766
"evanw/node-source-map-support",

extensions/ql-vscode/src/mocks/scenarios/problem-query-warnings/19-getVariantAnalysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
}
761761
]
762762
},
763-
"not_found_repo_nwos": {
763+
"not_found_repos": {
764764
"repository_count": 110,
765765
"repository_full_names": [
766766
"evanw/node-source-map-support",

extensions/ql-vscode/src/mocks/scenarios/problem-query-warnings/2-getVariantAnalysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@
752752
}
753753
]
754754
},
755-
"not_found_repo_nwos": {
755+
"not_found_repos": {
756756
"repository_count": 110,
757757
"repository_full_names": [
758758
"evanw/node-source-map-support",

extensions/ql-vscode/src/mocks/scenarios/problem-query-warnings/20-getVariantAnalysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
}
761761
]
762762
},
763-
"not_found_repo_nwos": {
763+
"not_found_repos": {
764764
"repository_count": 110,
765765
"repository_full_names": [
766766
"evanw/node-source-map-support",

extensions/ql-vscode/src/mocks/scenarios/problem-query-warnings/21-getVariantAnalysis.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@
760760
}
761761
]
762762
},
763-
"not_found_repo_nwos": {
763+
"not_found_repos": {
764764
"repository_count": 110,
765765
"repository_full_names": [
766766
"evanw/node-source-map-support",

0 commit comments

Comments
 (0)