Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed May 30, 2022
1 parent 7c9938e commit 506ae8c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ private void RegisterStepDefinitionBindingWithSourceAndError(string regex = "I p
new StepDefinitionBindingWithSourceAndError(type, regex, new RuntimeBindingMethod(methodInfo), scope)
{
SourceExpression = sourceExpression,
Error = error
ErrorMessage = error
});
}

Expand Down Expand Up @@ -413,6 +413,6 @@ public StepDefinitionBindingWithSourceAndError(StepDefinitionType stepDefinition
}

public string SourceExpression { get; set; }
public string Error { get; set; }
public string ErrorMessage { get; set; }
}
}

0 comments on commit 506ae8c

Please sign in to comment.