Procházet zdrojové kódy

Remove extra comment from unit test

Sam King před 6 měsíci
rodič
revize
c1debaf60b
1 změnil soubory, kde provedl 0 přidání a 1 odebrání
  1. 0 1
      TrioTests/CoreDataTests/GlucoseStorageTests.swift

+ 0 - 1
TrioTests/CoreDataTests/GlucoseStorageTests.swift

@@ -101,7 +101,6 @@ import Testing
         #expect(remainingEntries?.isEmpty == true, "Should have no entries after deletion")
         #expect(remainingEntries?.isEmpty == true, "Should have no entries after deletion")
 
 
         // Finally verify that it stored a copy
         // Finally verify that it stored a copy
-        // Then verify deletion
         let archivedEntries = try await coreDataStack.fetchEntitiesAsync(
         let archivedEntries = try await coreDataStack.fetchEntitiesAsync(
             ofType: DeletedGlucoseStored.self,
             ofType: DeletedGlucoseStored.self,
             onContext: testContext,
             onContext: testContext,