Explorar el Código

Remove extra comment from unit test

Sam King hace 6 meses
padre
commit
c1debaf60b
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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")
 
         // Finally verify that it stored a copy
-        // Then verify deletion
         let archivedEntries = try await coreDataStack.fetchEntitiesAsync(
             ofType: DeletedGlucoseStored.self,
             onContext: testContext,