Skip to content

Commit 097c922

Browse files
committed
bug fix for test ase
1 parent 655acaf commit 097c922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/TextAnalysis/Corpus/WordnetCorpusTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function testGetSynsets()
8585

8686
public function testGetExceptionMapFromString()
8787
{
88-
$wn = new WordnetCorpus(get_storage_path('corpora/wordnet'));
88+
$wn = new WordnetCorpus('not_used');
8989

9090
$e1 = $wn->getExceptionMapFromString('thieves thief', 'n');
9191
$this->assertCount(1, $e1->getExceptionList());

0 commit comments

Comments
 (0)