Compare with current output

pull/114/head
Joran Honig 7 years ago
parent 3b86cbf23d
commit 55c7a4e61a
  1. 2
      tests/graph_test.py

@ -17,7 +17,7 @@ class GraphTest(BaseTestCase):
html = generate_graph(sym)
output_current.write_text(html)
if not (output_expected.read_text() == output_expected.read_text()):
if not (output_expected.read_text() == output_current.read_text()):
self.found_changed_files(input_file, output_expected, output_current)
self.assert_and_show_changed_files()

Loading…
Cancel
Save