diff LazyBearTests/LazyBearTests.swift @ 463:783b567800d9

Starts new version
author Dennis Concepción Martín <dennisconcepcionmartin@gmail.com>
date Sat, 17 Jul 2021 09:33:26 +0100
parents 3d6f0329d691
children
line wrap: on
line diff
--- a/LazyBearTests/LazyBearTests.swift	Mon Jul 12 11:04:34 2021 +0100
+++ b/LazyBearTests/LazyBearTests.swift	Sat Jul 17 09:33:26 2021 +0100
@@ -1,13 +1,14 @@
 //
-//  LazyBearTests.swift
-//  LazyBearTests
+//  lazybearTests.swift
+//  lazybearTests
 //
-//  Created by Dennis Concepción Martín on 16/4/21.
+//  Created by Dennis Concepción Martín on 17/07/2021.
 //
 
 import XCTest
+@testable import lazybear
 
-class LazyBearTests: XCTestCase {
+class lazybearTests: XCTestCase {
 
     override func setUpWithError() throws {
         // Put setup code here. This method is called before the invocation of each test method in the class.
@@ -24,7 +25,7 @@
 
     func testPerformanceExample() throws {
         // This is an example of a performance test case.
-        measure {
+        self.measure {
             // Put the code you want to measure the time of here.
         }
     }