Skip to content

Commit

Permalink
JQ-323 (cgates): Fix broken version test on master
Browse files Browse the repository at this point in the history
  • Loading branch information
cgates committed Oct 30, 2018
1 parent 298684c commit 83dd61d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jacquard_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def test_error_raisesTransformedMessage(self):

class JacquardTestCase(test_case.JacquardBaseTestCase):
def test_version(self):
self.assertEquals("1.1.0x", jacquard.__version__)
self.assertEquals("1.1.1", jacquard.__version__)

def test_get_execution_context(self):
command = "foo input_dir output_dir"
Expand Down

0 comments on commit 83dd61d

Please sign in to comment.