Skip to content

Commit bbe880b

Browse files
author
Thinh Nguyen
committed
bugfix in test
1 parent 381da8e commit bbe880b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_autopopulate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_populate_exclude_error_and_ignore_jobs(self):
6060

6161
keys = self.experiment.key_source.fetch("KEY", limit=2)
6262
for idx, key in enumerate(keys):
63-
schema.jobs.insert1(
63+
schema.schema.jobs.insert1(
6464
{
6565
"table_name": self.experiment.table_name,
6666
"key_hash": dj.hash.key_hash(key),

0 commit comments

Comments
 (0)