Mark test classes as final, because they are.

This commit is contained in:
Brent Simmons
2024-09-23 21:39:00 -07:00
parent 986dbd679c
commit 2fa07611bf
9 changed files with 9 additions and 9 deletions

View File

@@ -9,7 +9,7 @@
import XCTest
import FeedParser
class RSSInJSONParserTests: XCTestCase {
final class RSSInJSONParserTests: XCTestCase {
func testScriptingNewsPerformance() {