Skip to content

Commit

Permalink
Update ReactHooksInspectionIntegration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbvaughan committed Feb 20, 2024
1 parent a98a133 commit d712e72
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ describe('ReactHooksInspectionIntegration', () => {
"hookSource": {
"columnNumber": 0,
"fileName": "**",
"functionName": null,
"functionName": "Foo",
"lineNumber": 0,
},
"id": 0,
Expand Down Expand Up @@ -986,7 +986,7 @@ describe('ReactHooksInspectionIntegration', () => {
"hookSource": {
"columnNumber": 0,
"fileName": "**",
"functionName": null,
"functionName": "Foo",
"lineNumber": 0,
},
"id": 0,
Expand Down Expand Up @@ -1969,7 +1969,7 @@ describe('ReactHooksInspectionIntegration', () => {
"hookSource": {
"columnNumber": 0,
"fileName": "**",
"functionName": null,
"functionName": "Foo",
"lineNumber": 0,
},
"id": 0,
Expand Down

0 comments on commit d712e72

Please sign in to comment.