Skip to content

Commit 781b550

Browse files
committed
Renamed buy_project test file and fixed test.
1 parent dfcb177 commit 781b550

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/test_projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def test_create_project(self):
6363
@responses.activate
6464
def test_buy_project(self):
6565
# Tests buying a project.
66-
with open('./tests/test_files/examples/project_buy.json', 'r') as buy_project_file:
66+
with open('./tests/test_files/buy_project.json', 'r') as buy_project_file:
6767
buy_project_data = json.load(buy_project_file)
6868
# Success response
6969
responses.add(

0 commit comments

Comments
 (0)