diff --git a/docs/event-listeners.md b/docs/event-listeners.md index 9ac5cc77..ab057444 100644 --- a/docs/event-listeners.md +++ b/docs/event-listeners.md @@ -31,7 +31,7 @@ struct MyListener : Catch::TestEventListenerBase { // Perform some setup before a test case is run } - virtual void testCaseEnded( TestCaseStats const& testCaseStats ) override { + virtual void testCaseEnded( Catch::TestCaseStats const& testCaseStats ) override { // Tear-down after a test case is run } }; @@ -70,4 +70,4 @@ just look in the source code to see what fields are available. --- -[Home](Readme.md) \ No newline at end of file +[Home](Readme.md)