Skip to content

Commit 616f96d

Browse files
remove tests reference to requirements.txt
1 parent e984b5c commit 616f96d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_assembly.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def setUp(self):
1313
self.json_response = '{"ok": "ASSEMBLY_COMPLETED", "assembly_id": "abcdef45673"}'
1414

1515
def test_add_file(self):
16-
with open('LICENSE') as fs, open('README.md') as fs_2, open('requirements.txt') as fs_3:
16+
with open('LICENSE') as fs, open('README.md') as fs_2, open('CHANGELOG.md') as fs_3:
1717
self.assembly.add_file(fs, 'foo_field')
1818

1919
self.assertEqual(self.assembly.files['foo_field'], fs)

0 commit comments

Comments
 (0)