Skip to content

Commit

Permalink
Don't define DatabaseHelpers in tests for watchOS and tvOS
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Oct 10, 2023
1 parent fb07bab commit 13bf0d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Tests/Utils/DatabaseHelpers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
// express or implied. See the Apache License Version 2.0 for the specific
// language governing permissions and limitations there under.

#if os(iOS) || os(macOS)

import Foundation
@testable import SnowplowTracker

Expand All @@ -22,3 +24,5 @@ class DatabaseHelpers {
}
}
}

#endif

0 comments on commit 13bf0d5

Please sign in to comment.