Skip to content

Commit

Permalink
add a todo
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlik committed Oct 23, 2016
1 parent 5a3e20f commit dc0f1e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tests/GeoSwiftTests/GeoSwiftTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class GeoSwiftTests: XCTestCase {
}

do {
// TODO: Turn this into individual tests.
_ = try GeoCoordinate2D(latitude: 91, longitude: 14.4207600)
_ = try GeoCoordinate2D(latitude: -91, longitude: 14.4207600)
_ = try GeoCoordinate2D(latitude: 50.0880400, longitude: 181)
Expand Down

0 comments on commit dc0f1e1

Please sign in to comment.