Commit 0f4e3df4 authored by Leo Gao's avatar Leo Gao
Browse files

Fix typo

parent 893ef63f
...@@ -52,7 +52,7 @@ def test_basic_interface(taskname, Task): ...@@ -52,7 +52,7 @@ def test_basic_interface(taskname, Task):
assert reqs == reqs2 assert reqs == reqs2
if taskname.has_training_docs(): if task.has_training_docs():
arr = list(islice(task.training_docs(), limit)) arr = list(islice(task.training_docs(), limit))
arr2 = list(islice(task2.training_docs(), limit)) arr2 = list(islice(task2.training_docs(), limit))
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment