Skip to content

Commit 3f111ae

Browse files
authored
bugfix in test_populate_exclude_error_and_ignore_jobs
1 parent 7415a08 commit 3f111ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_old/test_autopopulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def test_populate_exclude_error_and_ignore_jobs(self):
6262
for idx, key in enumerate(keys):
6363
if idx == 0:
6464
schema.schema.jobs.ignore(self.experiment.table_name, key)
65-
elif:
65+
elif idx == 1:
6666
schema.schema.jobs.error(self.experiment.table_name, key, "")
6767
else:
6868
schema.schema.jobs.reserve(self.experiment.table_name, key)

0 commit comments

Comments
 (0)