Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
Myoldmopar committed Mar 19, 2019
1 parent b0a992a commit d4e315a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion epregressions/tests/test_runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1676,4 +1676,5 @@ def test_eio_diff_with_utf8(self):

def test_content_reader(self):
file_path_to_read = os.path.join(self.resources, 'BadUTF8Marker.idf')
idf_contents = SuiteRunner.read_file_content(file_path_to_read)
# this should simply pass without throwing an exception
SuiteRunner.read_file_content(file_path_to_read)

0 comments on commit d4e315a

Please sign in to comment.