Skip to content

Commit

Permalink
Fixes GPXParserTests.testParsingGPXFilesWithoutATrack
Browse files Browse the repository at this point in the history
  • Loading branch information
mmllr committed Nov 4, 2024
1 parent fbf63fa commit ddce408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GPXKitTests/GPXParserTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct GPXParserTests {

expectNoDifference("", sut.title)
expectNoDifference(nil, sut.description)
expectNoDifference(expectedDate(for: "2020-03-17T11:27:02Z"), sut.date)
#expect(expectedDate(for: "2020-03-17T11:27:02Z") == sut.date)
expectNoDifference([], sut.trackPoints)
expectNoDifference([], sut.graph.heightMap)
expectNoDifference([], sut.graph.segments)
Expand Down

0 comments on commit ddce408

Please sign in to comment.