Skip to content

Commit

Permalink
tools/fileinfo: Fix the name of a test.
Browse files Browse the repository at this point in the history
The test checks that fileinfo does not crash (segfault).
  • Loading branch information
s3rvac committed Mar 16, 2018
1 parent 7598b46 commit c81f26e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ class TestNoSegfault(Test):
input='feac0b7ef47b197a381b04d057853ebe'
)

def test_unmasq_does_not_produce_invalid_output(self):
def test_fileinfo_does_not_crash(self):
assert self.fileinfo.succeeded

0 comments on commit c81f26e

Please sign in to comment.