Skip to content

Commit

Permalink
It was the best of times, it was the worst of times
Browse files Browse the repository at this point in the history
  • Loading branch information
sberrevoets committed Mar 21, 2024
1 parent f1d288d commit c05656d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/KronosTests/NTPClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ final class NTPClientTests: XCTestCase {
DNSResolver.resolve(host: "time.apple.com") { addresses in
XCTAssertGreaterThan(addresses.count, 0)

NTPClient().query(ip: addresses.first!, timeout: 20, version: 3, numberOfSamples: 1) { PDU in
NTPClient().query(ip: addresses.first!, version: 3, timeout: 20, numberOfSamples: 1) { PDU in
XCTAssertNotNil(PDU)

XCTAssertGreaterThanOrEqual(PDU!.version, 3)
Expand Down

0 comments on commit c05656d

Please sign in to comment.