Skip to content

Commit a37c362

Browse files
author
Andrea Scuderi
committed
Fix Unit Tests
1 parent 6c564c5 commit a37c362

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Sources/BreezeDynamoDBService/Foundation+Extension.swift

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
// See the License for the specific language governing permissions and
1313
// limitations under the License.
1414

15-
#if canImport(FoundationEssentials)
16-
import FoundationEssentials
17-
#else
18-
import Foundation
19-
#endif
15+
import class Foundation.DateFormatter
16+
import struct Foundation.Date
17+
import struct Foundation.TimeZone
2018

2119
extension DateFormatter {
2220
static var iso8061: DateFormatter {

0 commit comments

Comments
 (0)