From 13a1a9a0d5fcce9d2ce90e207bba4361b278e798 Mon Sep 17 00:00:00 2001 From: Corey Farwell Date: Tue, 16 Dec 2014 22:27:21 +0000 Subject: [PATCH] Update doc comment to reflect method --- Sources/Classes/SLTest.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Classes/SLTest.h b/Sources/Classes/SLTest.h index 73e32fd..c980abe 100644 --- a/Sources/Classes/SLTest.h +++ b/Sources/Classes/SLTest.h @@ -424,8 +424,8 @@ @warning If tear-down fails, the test will be logged as having terminated abnormally rather than finished, but its test cases' logs will be preserved. - @warning Unlike the `-setUp` method found in OCUnit and other JUnit-inspired - frameworks, `-setUpTest` is called only once per test. + @warning Unlike the `-tearDown` method found in OCUnit and other + JUnit-inspired frameworks, `-tearDownTest` is called only once per test. @see setUpTest */