correct func name

This commit is contained in:
albertjan 2014-05-11 11:21:09 +02:00
parent b9a9634482
commit c9b509a296
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def test_step_trace(testdir):
return 'pass'
@given('a failing step')
def a_passing_step():
def a_failing_step():
raise Exception('Error')
@scenario('test.feature', 'Passing')