Skip to content

Commit

Permalink
and also using it..
Browse files Browse the repository at this point in the history
  • Loading branch information
Enteee committed May 3, 2016
1 parent 1247f73 commit 54d0696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/pdml2flow_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ def test_pdml2flow(self):
self.system_test(pdml2flow.pdml2flow, TEST_DIR_PDML2FLOW)

def test_pdml2json(self):
self.system_test(pdml2flow.pdml2flow, TEST_DIR_PDML2FLOW)
self.system_test(pdml2flow.pdml2json, TEST_DIR_PDML2JSON)
if __name__ == '__main__':
unittest.main()

0 comments on commit 54d0696

Please sign in to comment.