We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e984b5c commit 616f96dCopy full SHA for 616f96d
1 file changed
tests/test_assembly.py
@@ -13,7 +13,7 @@ def setUp(self):
13
self.json_response = '{"ok": "ASSEMBLY_COMPLETED", "assembly_id": "abcdef45673"}'
14
15
def test_add_file(self):
16
- with open('LICENSE') as fs, open('README.md') as fs_2, open('requirements.txt') as fs_3:
+ with open('LICENSE') as fs, open('README.md') as fs_2, open('CHANGELOG.md') as fs_3:
17
self.assembly.add_file(fs, 'foo_field')
18
19
self.assertEqual(self.assembly.files['foo_field'], fs)
0 commit comments