Skip to content

Commit

Permalink
Update .awk test #1754
Browse files Browse the repository at this point in the history
Signed-off-by: John M. Horan <[email protected]>
  • Loading branch information
johnmhoran committed Oct 13, 2019
1 parent ec0535f commit d7c8263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/typecode/test_contenttype.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def test_awk_file(self):
test_file = self.get_test_loc('contenttype/script/chem.awk')
assert is_text(test_file)
assert is_script(test_file)
assert not is_source(test_file)
assert is_source(test_file)

def test_win_dll(self):
test_file = self.get_test_loc('contenttype/binary/windows.dll')
Expand Down

0 comments on commit d7c8263

Please sign in to comment.