Skip to content

Commit

Permalink
Fix Linux 5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
swhitty committed Jul 28, 2023
1 parent 11d3a41 commit 49d8ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/KeyValueEncoderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ final class KeyValueEncodedTests: XCTestCase {
}

func testEncoder_Encodes_Dates() {
let date = Date.now
let date = Date()
XCTAssertEqual(
try KeyValueEncoder().encode(date) as? Date,
date
Expand Down

0 comments on commit 49d8ad3

Please sign in to comment.