There was an error while loading. Please reload this page.
1 parent 3fa133b commit 85ef8d1Copy full SHA for 85ef8d1
1 file changed
PindropTests/SettingsStoreTests.swift
@@ -182,7 +182,7 @@ struct SettingsStoreTests {
182
#expect(store.selectedAppLanguage == .automatic)
183
#expect(!store.aiEnhancementEnabled)
184
#expect(store.floatingIndicatorEnabled)
185
- #expect(store.floatingIndicatorType == FloatingIndicatorType.pill.rawValue)
+ #expect(store.floatingIndicatorType == FloatingIndicatorType.dot.rawValue)
186
#expect(store.apiEndpoint == nil)
187
#expect(store.apiKey == nil)
188
}
0 commit comments