mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 1280904 - Fix test_decision after Bug 1277417
Output JSON from mach taskgraph
commands. r=dustin
MozReview-Commit-ID: Iymc0k5GeVK
This commit is contained in:
parent
bc7503149a
commit
43b27f7bac
@ -26,7 +26,7 @@ class TestDecision(unittest.TestCase):
|
||||
graph = Graph(nodes=set('ab'), edges={('a', 'b', 'edgelabel')})
|
||||
taskgraph = TaskGraph(tasks, graph)
|
||||
|
||||
res = decision.taskgraph_to_json(taskgraph)
|
||||
res = taskgraph.to_json()
|
||||
|
||||
self.assertEqual(res, {
|
||||
'a': {
|
||||
|
Loading…
Reference in New Issue
Block a user