Skip to content

Commit

Permalink
Fixed json name for NodeJS (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibragins authored Sep 17, 2024
1 parent de54886 commit dcd0252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ def golang_analysis_data():

@pytest.fixture(scope="session")
def nodejs_analysis_data():
with open('data/nodejs.json', 'r') as file:
with open('data/nodejs_analysis.json', 'r') as file:
json_list = json.load(file)
return json_list

0 comments on commit dcd0252

Please sign in to comment.