Skip to content

Commit

Permalink
Add markers to separate tests functions
Browse files Browse the repository at this point in the history
  • Loading branch information
aokj4ck committed Apr 9, 2024
1 parent 1975e0e commit 80fd834
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ class OfflineIntegrationTests: MockServerIntegrationTestCase<SBSMockResponse> {
let dcLocation = CLLocationCoordinate2D(latitude: 38.89992081005698, longitude: -77.03399849939174)
let regionId = "dc"

// MARK: - Helpers and set up

override func setUpWithError() throws {
try super.setUpWithError()

Expand Down Expand Up @@ -56,6 +58,8 @@ class OfflineIntegrationTests: MockServerIntegrationTestCase<SBSMockResponse> {
searchEngine.offlineManager.tileStore.removeTileRegion(id: regionId)
}

// MARK: - Tests

func testLoadData() throws {
clearData()

Expand Down

0 comments on commit 80fd834

Please sign in to comment.