Mercurial > public > simoleon
changeset 137:edc8719905fe
Remove launch arguments
author | Dennis Concepcion Martin <dennisconcepcionmartin@gmail.com> |
---|---|
date | Mon, 16 Aug 2021 19:01:39 +0100 |
parents | d3dc19a60f8c |
children | 081f0857af51 |
files | SimoleonUITests/SimoleonUITests.swift |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/SimoleonUITests/SimoleonUITests.swift Mon Aug 16 19:01:29 2021 +0100 +++ b/SimoleonUITests/SimoleonUITests.swift Mon Aug 16 19:01:39 2021 +0100 @@ -16,7 +16,6 @@ } let app = XCUIApplication() - app.launchArguments += ["-AppleLocale", "en_US"] app.launch() // In UI tests it is usually best to stop immediately when a failure occurs.