Skip to content

Commit

Permalink
Merge pull request #203 from sartography/bug/test_typos
Browse files Browse the repository at this point in the history
Fix a few docstring typos in the tests
  • Loading branch information
danfunk authored Aug 18, 2022
2 parents ecf0360 + 2c26f04 commit efdfcae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/SpiffWorkflow/specs/ExecuteTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def testConstructor(self):

def testPattern(self):
"""
Tests that we can create a task that executes an shell command
Tests that we can create a task that executes a shell command
and that the workflow can be called to complete such tasks.
"""
self.wf_spec.start.connect(self.spec)
Expand Down
2 changes: 1 addition & 1 deletion tests/SpiffWorkflow/specs/TransformTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def create_instance(self):

def testPattern(self):
"""
Tests that we can create a task that executes an shell command
Tests that we can create a task that executes a shell command
and that the workflow can be called to complete such tasks.
"""
task1 = Transform(self.wf_spec, 'First', transforms=[
Expand Down
2 changes: 1 addition & 1 deletion tests/SpiffWorkflow/specs/WorkflowSpecTest.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def testSerialize(self):

def testValidate(self):
"""
Tests that we can detect when two wait taks are waiting on each
Tests that we can detect when two wait tasks are waiting on each
other.
"""
task1 = Join(self.wf_spec, 'First')
Expand Down

0 comments on commit efdfcae

Please sign in to comment.