Skip to content

Commit

Permalink
Merge pull request #954 from DataDog/ncreated/fix-ci-e2e-tests-build
Browse files Browse the repository at this point in the history
Fix E2E tests build
  • Loading branch information
ncreated authored Aug 3, 2022
2 parents f46f26b + 0b9d9d9 commit da1b5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Datadog/E2ETests/NTP/KronosE2ETests.swift
Original file line number Diff line number Diff line change
@@ -83,7 +83,7 @@ class KronosE2ETests: E2ETests {
}

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

0 comments on commit da1b5d2

Please sign in to comment.