From 40ca8bffb3657c1553a6df7ba49c3b0780cd8aae Mon Sep 17 00:00:00 2001 From: Oliver Wiese <oliver.wiese@fu-berlin.de> Date: Thu, 8 Apr 2021 11:19:25 +0200 Subject: [PATCH] clean code --- enzevalos_iphoneTests/CryptoTests.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/enzevalos_iphoneTests/CryptoTests.swift b/enzevalos_iphoneTests/CryptoTests.swift index 67bafb99..a1fe06a0 100644 --- a/enzevalos_iphoneTests/CryptoTests.swift +++ b/enzevalos_iphoneTests/CryptoTests.swift @@ -779,7 +779,5 @@ class CryptoTests: XCTestCase { sleep(10) try? skController.performFetch() XCTAssertEqual(skController.fetchedObjects?.count, 1) - - } } -- GitLab