Skip to content

Commit

Permalink
removed delete app call
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Espinola committed Jun 20, 2024
1 parent d837c94 commit 9bc2e76
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Example/CreativeUITest/CreativeUITest.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ final class CreativeUITest: XCTestCase, BaseXCTestCase {

XCUIApplication().terminate()

deleteApp()

super.tearDown()
}

Expand Down Expand Up @@ -136,7 +134,7 @@ extension CreativeUITest {

func resetUserDefaults() {
// Reset user defaults for example app, not the test runner
UserDefaults.standard.removePersistentDomain(forName: "com.attentive.ExampleTest")
UserDefaults.standard.removePersistentDomain(forName: "com.attentive.Example")
}
}

0 comments on commit 9bc2e76

Please sign in to comment.