Skip to content

Commit

Permalink
fix task test to match result=None requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
asampat3090 committed May 31, 2018
1 parent ef99d18 commit 51c4507
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions datmo/tests/test_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ def test_task_entity_results(self):
task_entity = self.__setup()
result = task_entity.results

assert isinstance(result, dict)
assert result == {}
assert result == None

@pytest_docker_environment_failed_instantiation(test_datmo_dir)
def test_task_entity_files(self):
Expand Down

0 comments on commit 51c4507

Please sign in to comment.