-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Description
There are at least two code examples in this project which are functions but end with "End Sub":
- In Readme.md the function "Function AddTests() As TestSuite"
- In the TDD example, the function "Public Function Specs() As SpecSuite"
This is a trivial issue, I know. It's a documentation issue really rather than a source code issue. But since the fix is also trivial I figured I might as well raise it.
Fix: Change "End Sub" to "End Function"
P.s. Thanks for the amazing test harness!
Metadata
Metadata
Assignees
Labels
No labels