Skip to content

Commit ff1fda0

Browse files
committed
Fix CI
1 parent 6bf2d8f commit ff1fda0

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Tests/AWSLambdaRuntimeCoreTests/LambdaRequestIDTests.swift

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,12 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15+
import Foundation
1516
import NIOCore
1617
import Testing
1718

1819
@testable import AWSLambdaRuntimeCore
1920

20-
#if canImport(FoundationEssentials)
21-
import FoundationEssentials
22-
#else
23-
import Foundation
24-
#endif
25-
2621
@Suite("LambdaRequestID tests")
2722
struct LambdaRequestIDTest {
2823
@Test

0 commit comments

Comments
 (0)