Skip to content

Commit

Permalink
Cleans up code in TrackGraphTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
mmllr committed Apr 4, 2024
1 parent a97528a commit 3b1e913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/GPXKitTests/TrackGraphTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ final class TrackGraphTests: XCTestCase {
second,
third,
]
let sut = try TrackGraph(coords: coords)
let sut = TrackGraph(coords: coords)

let expected = [
DistanceHeight(distance: 0, elevation: 100),
Expand Down

0 comments on commit 3b1e913

Please sign in to comment.