We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c32321 commit 434793fCopy full SHA for 434793f
GreatCircleTests/GreatCircleTests.m
@@ -102,7 +102,7 @@ - (void)testInitialBearingSameLocations
102
}
103
104
// Tests initial bearing for two locations that are the equal.
105
-- (void)testInitialBearingIdenticalLocations
+- (void)testInitialBearingEqualLocations
106
{
107
// Test. This tests the detection of equal objects being passed in as the source and other location.
108
CLLocationDirection bearing = [[GreatCircleTests newInstanceOfIndianPond] initialBearingToOtherLocation:_locationIndianPond];
0 commit comments