File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Modules/Tests/YosemiteTests/Tools/POS Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ struct POSCatalogSyncCoordinatorTests {
7575
7676 // MARK: - Should Sync Decision Tests
7777
78- @Test func shouldPerformFullSync_site_not_in_database_with_no_sync_history ( ) {
78+ @Test func shouldPerformFullSync_returns_true_when_site_is_not_in_database_with_no_sync_history ( ) {
7979 // Given - site doesn't exist in database AND has no sync history
8080 mockSettingsStore. storedDates = [ : ]
8181 // Note: NOT creating site in database
@@ -87,7 +87,7 @@ struct POSCatalogSyncCoordinatorTests {
8787 #expect( shouldSync == true )
8888 }
8989
90- @Test func shouldPerformFullSync_returns_true_when_no_previous_sync ( ) throws {
90+ @Test func shouldPerformFullSync_returns_true_when_site_is_in_database_with_no_previous_sync ( ) throws {
9191 // Given - no previous sync date stored, but site exists in database
9292 // This is much less likely to happen, but could help at a migration point
9393 mockSettingsStore. storedDates = [ : ]
You can’t perform that action at this time.
0 commit comments