Skip to content

Commit 434793f

Browse files
committed
Fix naming
1 parent 4c32321 commit 434793f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GreatCircleTests/GreatCircleTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ - (void)testInitialBearingSameLocations
102102
}
103103

104104
// Tests initial bearing for two locations that are the equal.
105-
- (void)testInitialBearingIdenticalLocations
105+
- (void)testInitialBearingEqualLocations
106106
{
107107
// Test. This tests the detection of equal objects being passed in as the source and other location.
108108
CLLocationDirection bearing = [[GreatCircleTests newInstanceOfIndianPond] initialBearingToOtherLocation:_locationIndianPond];

0 commit comments

Comments
 (0)