From 7a24179b52e2eb412051c28e0c6a13d3a58eb074 Mon Sep 17 00:00:00 2001 From: Cameron Cooke Date: Mon, 12 Dec 2022 18:26:32 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17af46d..c9660d7 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ By default the name of each run-time test will be `test_` followed by an undersc } ``` -Note that you don't need to provide the `test_` suffix as this will be appended to whatever value is returned from `class func testName(_:)`. +Note that you don't need to provide the `test_` prefix as this will be appended to whatever value is returned from `class func testName(_:)`. ## Credits