From a96506c9ddbba7b0c194661f0642f004caf1e068 Mon Sep 17 00:00:00 2001 From: ceccs17d55 <43598233+ceccs17d55@users.noreply.github.com> Date: Sat, 12 Oct 2019 10:03:25 +0530 Subject: [PATCH 1/2] Added blank spaces. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a36c46..85b311f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # iPark -iOS project for Parkinson's disease followup \ No newline at end of file + +iOS project for Parkinson's disease followup From 2e88aa8b66b669eac57f0ef00c418353ef948658 Mon Sep 17 00:00:00 2001 From: ceccs17d55 <43598233+ceccs17d55@users.noreply.github.com> Date: Sat, 12 Oct 2019 10:04:51 +0530 Subject: [PATCH 2/2] Added blank spaces --- iPark/iParkTests/iParkTests.swift | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/iPark/iParkTests/iParkTests.swift b/iPark/iParkTests/iParkTests.swift index e348b96..22493cc 100644 --- a/iPark/iParkTests/iParkTests.swift +++ b/iPark/iParkTests/iParkTests.swift @@ -6,6 +6,9 @@ // Copyright © 2018 Jade HENNEBERT. All rights reserved. // + + + import XCTest @testable import iPark @@ -21,15 +24,21 @@ class iParkTests: XCTestCase { super.tearDown() } + + func testExample() { // This is an example of a functional test case. // Use XCTAssert and related functions to verify your tests produce the correct results. } + + func testPerformanceExample() { // This is an example of a performance test case. self.measure { // Put the code you want to measure the time of here. + + } }