Skip to content

Commit

Permalink
Update preprocessing_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Jun 7, 2017
1 parent 2fbf7f5 commit 987a8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/preprocessing_test.py
Expand Up @@ -8,7 +8,7 @@ def test_document_list():

# die Funktion under test aufrufen
docs = pre.PathDocList(str(Path(project_path, 'corpus_txt')))
doclist = doclist.full_paths(as_str=True)
doclist = docs.full_paths(as_str=True)

# Bedingungen auf dem Ergebnis prüfen:
assert len(doclist) == 17
Expand Down

0 comments on commit 987a8df

Please sign in to comment.