Made a small tweak to the "tests" computed property of the String+Computed extension in the Package file.
This commit is contained in:
+1
-1
@@ -132,6 +132,6 @@ private extension String {
|
||||
|
||||
private extension String {
|
||||
var tests: String {
|
||||
"\(self)Tests"
|
||||
self + "Tests"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user