We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140bf19 commit 68656e7Copy full SHA for 68656e7
Tests/DeclarativeConfigurationTests/ConfiguratorTests.swift
@@ -31,7 +31,7 @@ final class ConfiguratorTests: XCTestCase {
31
32
33
func testConfigInitializable() {
34
- class TestConfigurable: NSObject {
+ final class TestConfigurable: NSObject {
35
override init() { // required init
36
super.init()
37
}
0 commit comments