forked from M-Labs/artiq
test_scheduler: refactor dataset metadata support
This commit is contained in:
parent
376f36c965
commit
1af98727b7
|
@ -288,7 +288,7 @@ class SchedulerCase(unittest.TestCase):
|
|||
self.assertEqual(
|
||||
mod,
|
||||
{"action": "setitem", "key": "termination_ok",
|
||||
"value": (False, True), "path": []})
|
||||
"value": (False, True, {}), "path": []})
|
||||
termination_ok = True
|
||||
handlers = {
|
||||
"update_dataset": check_termination
|
||||
|
|
Loading…
Reference in New Issue