Skip to content

Commit

Permalink
chore(test): Change names of all test cases to snake_case.
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnesium12 committed Aug 15, 2022
1 parent 71a6931 commit 2ab22b0
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions tests/github/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
"user": "<https://github.com/user-who-pushed|user-who-pushed>"
}
],
"star-add": [
"star_add": [
{
"event_type": "star",
"raw_json": {
Expand All @@ -155,7 +155,7 @@
"user": "<https://github.com/user-who-starred|user-who-starred>"
}
],
"star-remove": [
"star_remove": [
{
"event_type": "star",
"raw_json": {
Expand All @@ -175,7 +175,7 @@
"user": "<https://github.com/user-who-unstarred|user-who-unstarred>"
}
],
"issue-open": [
"issue_open": [
{
"event_type": "issues",
"raw_json": {
Expand Down Expand Up @@ -204,7 +204,7 @@
"issue": "<https://github.com/example-org/example-repo/issues/3|#3 ExampleIssue>"
}
],
"issue-close": [
"issue_close": [
{
"event_type": "issues",
"raw_json": {
Expand Down Expand Up @@ -233,7 +233,7 @@
"issue": "<https://github.com/example-org/example-repo/issues/3|#3 ExampleIssue>"
}
],
"issue-comment": [
"issue_comment": [
{
"event_type": "issue_comment",
"raw_json": {
Expand Down Expand Up @@ -265,7 +265,7 @@
"links": ["<https://github.com/example-org/example-repo/issues/3#issuecomment-1234567890|None>"]
}
],
"pull-close": [
"pull_close": [
{
"event_type": "pull_request",
"raw_json": {
Expand Down Expand Up @@ -293,7 +293,7 @@
"pull_request": "<https://github.com/example-org/example-repo/pull/3|#3 ExamplePR>"
}
],
"pull-merge": [
"pull_merge": [
{
"event_type": "pull_request",
"raw_json": {
Expand Down Expand Up @@ -321,7 +321,7 @@
"pull_request": "<https://github.com/example-org/example-repo/pull/3|#3 ExamplePR>"
}
],
"pull-open": [
"pull_open": [
{
"event_type": "pull_request",
"raw_json": {
Expand All @@ -348,7 +348,7 @@
"pull_request": "<https://github.com/example-org/example-repo/pull/3|#3 ExamplePR>"
}
],
"pull-ready": [
"pull_ready": [
{
"event_type": "pull_request",
"raw_json": {
Expand Down Expand Up @@ -434,7 +434,7 @@
"reviewers": ["<https://github.com/reviewer|reviewer>"]
}
],
"review-comment": [
"review_comment": [
{
"event_type": "pull_request_review_comment",
"raw_json": {
Expand Down Expand Up @@ -467,7 +467,7 @@
"links": ["<https://github.com/example-org/example-repo/pull/3#discussion_r123456789|None>"]
}
],
"tag-create": [
"tag_create": [
{
"event_type": "create",
"raw_json": {
Expand All @@ -490,7 +490,7 @@
"user": "<https://github.com/user-who-created-tag|user-who-created-tag>"
}
],
"tag-delete": [
"tag_delete": [
{
"event_type": "delete",
"raw_json": {
Expand Down

0 comments on commit 2ab22b0

Please sign in to comment.