Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
hdunham committed Apr 23, 2024
1 parent ebc5bf0 commit 638bb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reoptjl/test/test_job_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def test_superset_input_fields(self):
r = json.loads(resp.content)
results = r["outputs"]

self.assertEqual(results, {})
self.assertEqual(r, {})
self.assertAlmostEqual(results["Financial"]["npv"], -258533.19, places=-3)
assert(resp.status_code==200)

Expand Down

0 comments on commit 638bb93

Please sign in to comment.