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:
Justin Wood 2016-06-14 14:19:50 -04:00
parent bc7503149a
commit 43b27f7bac

View File

@ -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': {