Skip to content

Commit 0b9d9d9

Browse files
committed
Fix E2E tests build
1 parent f46f26b commit 0b9d9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Datadog/E2ETests/NTP/KronosE2ETests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class KronosE2ETests: E2ETests {
8383
}
8484

8585
// Run test for each Datadog NTP pool:
86-
DatadogNTPDateProvider.datadogNTPServers.forEach { ddNTPPool in
86+
DatadogNTPServers.forEach { ddNTPPool in
8787
let result = measure(resourceName: DD.PerfSpanName.fromCurrentMethodName()) {
8888
performKronosSync(using: ddNTPPool)
8989
}

0 commit comments

Comments
 (0)