mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-05-09 14:46:00 +02:00
Fix whitespace errors found by flake8
This commit is contained in:
@ -1,12 +1,13 @@
|
||||
import csv_metadata_quality.check as check
|
||||
|
||||
|
||||
def test_check_invalid_issn(capsys):
|
||||
'''Test checking invalid ISSN.'''
|
||||
|
||||
value = '2321-2302'
|
||||
|
||||
check.issn(value)
|
||||
|
||||
|
||||
captured = capsys.readouterr()
|
||||
assert captured.out == f'Invalid ISSN: {value}\n'
|
||||
|
||||
|
Reference in New Issue
Block a user