Merge pull request #44 from bobh66/fix_test
fix(tests): fix want/got mapping in test output
This commit is contained in:
commit
851804958c
|
@ -49,8 +49,8 @@ class TestFunctionRunner(unittest.IsolatedAsyncioTestCase):
|
|||
for case in cases:
|
||||
got = await runner.RunFunction(case.req, None)
|
||||
self.assertEqual(
|
||||
json_format.MessageToDict(got),
|
||||
json_format.MessageToDict(case.want),
|
||||
json_format.MessageToDict(got),
|
||||
"-want, +got",
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue