Skip to content

Commit 2801760

Browse files
committed
reordered NSArray tests
1 parent f4643c7 commit 2801760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestFoundation/TestNSArray.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ class TestNSArray : XCTestCase {
2727
("test_enumeration", test_enumeration),
2828
("test_sequenceType", test_sequenceType),
2929
("test_getObjects", test_getObjects),
30+
("test_objectAtIndex", test_objectAtIndex),
3031
("test_binarySearch", test_binarySearch),
31-
("test_objectAtIndex", test_objectAtIndex)
3232
]
3333
}
3434

0 commit comments

Comments
 (0)