This commit is contained in:
Ken Roberts 2016-06-25 07:41:06 -07:00
parent d3a2dd399a
commit f7532b7896
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ class TestExceptionForm(TestMixin, TestCase):
mocked_qt.PYQT_VERSION_STR = 'PyQt5 Test'
mocked_is_linux.return_value = False
mocked_application_version.return_value = 'Trunk Test'
mocked_save_filename.return_value = ['testfile.txt',]
mocked_save_filename.return_value = ['testfile.txt', ]
test_form = exceptionform.ExceptionForm()
test_form.file_attachment = None