Skip to content

Commit c9e3758

Browse files
committed
Test renames from code review
1 parent 9c2104f commit c9e3758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/Tests/YosemiteTests/Tools/POS/POSCatalogSyncCoordinatorTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = [:]

0 commit comments

Comments
 (0)