Skip to content

Commit 85ef8d1

Browse files
committed
fix(tests): update default floatingIndicatorType assertion to match dot default
The default was changed from pill to dot in 4512691 but the test was not updated.
1 parent 3fa133b commit 85ef8d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PindropTests/SettingsStoreTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ struct SettingsStoreTests {
182182
#expect(store.selectedAppLanguage == .automatic)
183183
#expect(!store.aiEnhancementEnabled)
184184
#expect(store.floatingIndicatorEnabled)
185-
#expect(store.floatingIndicatorType == FloatingIndicatorType.pill.rawValue)
185+
#expect(store.floatingIndicatorType == FloatingIndicatorType.dot.rawValue)
186186
#expect(store.apiEndpoint == nil)
187187
#expect(store.apiKey == nil)
188188
}

0 commit comments

Comments
 (0)