From ae271425d5d940dc1d8a9bf8395cf168623f1353 Mon Sep 17 00:00:00 2001 From: Alberto Date: Wed, 11 Mar 2026 19:37:30 +0000 Subject: [PATCH] Eliminar creche_app/macos/RunnerTests/RunnerTests.swift --- creche_app/macos/RunnerTests/RunnerTests.swift | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 creche_app/macos/RunnerTests/RunnerTests.swift diff --git a/creche_app/macos/RunnerTests/RunnerTests.swift b/creche_app/macos/RunnerTests/RunnerTests.swift deleted file mode 100644 index 61f3bd1..0000000 --- a/creche_app/macos/RunnerTests/RunnerTests.swift +++ /dev/null @@ -1,12 +0,0 @@ -import Cocoa -import FlutterMacOS -import XCTest - -class RunnerTests: XCTestCase { - - func testExample() { - // If you add code to the Runner application, consider adding tests here. - // See https://developer.apple.com/documentation/xctest for more information about using XCTest. - } - -}