Skip to content

Commit

Permalink
Fix tasks unit test includes
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Dec 20, 2019
1 parent 5fa45da commit 6767d61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/tasks/test_odd_one_out.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:license: MIT, see LICENSE for more details.
"""

from embedeval.tasks.odd_one_out import OddOneOutTask
from embedeval.tasks.en_got_odd_one_out import OddOneOutTask
from unittest.mock import MagicMock


Expand Down
2 changes: 1 addition & 1 deletion tests/tasks/test_offense_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

import pytest

from embedeval.tasks.offense_detection import OffenseDetectionTask
from embedeval.tasks.de_offense_detection import OffenseDetectionTask


@pytest.fixture(name="offense_detection_task_setup")
Expand Down
2 changes: 1 addition & 1 deletion tests/tasks/test_word_analogy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
:license: MIT, see LICENSE for more details.
"""

from embedeval.tasks.word_analogy import WordAnalogyTask
from embedeval.tasks.en_got_word_analogy import WordAnalogyTask
from unittest.mock import MagicMock


Expand Down

0 comments on commit 6767d61

Please sign in to comment.