diff --git a/Tests/RulesTests+Redundancy.swift b/Tests/RulesTests+Redundancy.swift index be734be6c..c0053a2a3 100644 --- a/Tests/RulesTests+Redundancy.swift +++ b/Tests/RulesTests+Redundancy.swift @@ -1976,6 +1976,7 @@ class RedundancyTests: RulesTests { case .bar: var foo: String? = nil Text(foo ?? "") + default: EmptyView() }