Skip to content

Commit 68656e7

Browse files
committed
Tests update for CI
1 parent 140bf19 commit 68656e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/DeclarativeConfigurationTests/ConfiguratorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ final class ConfiguratorTests: XCTestCase {
3131

3232

3333
func testConfigInitializable() {
34-
class TestConfigurable: NSObject {
34+
final class TestConfigurable: NSObject {
3535
override init() { // required init
3636
super.init()
3737
}

0 commit comments

Comments
 (0)