SpecFlowOSS / SpecFlow

#1 .NET BDD Framework. SpecFlow automates your testing & works with your existing code. Find Bugs before they happen. Behavior Driven Development helps developers, testers, and business representatives to get a better understanding of their collaboration
https://www.specflow.org/
Other
2.22k stars 752 forks source link

Clarify that `Task` is a valid return type in Step #2675

Closed bjarketrux closed 1 year ago

bjarketrux commented 1 year ago

The sentence "Shouldn't have a return type or have Task as return type." can be read in two ways:

  1. Should not have a return type nor return Task
  2. Should not have a return type OR should return Task

So a minor change to make it more clear and direct.

Types of changes

Checklist:

SabotageAndi commented 1 year ago

Thanks for this change! It really makes it easier to understand.