Skip to content

Commit 054e9ca

Browse files
committed
Add testFilter to test suite
1 parent 041a250 commit 054e9ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Tests/SortedArrayTests/SortedArrayTests.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,8 @@ extension SortedArrayTests {
183183
("testMin", testMin),
184184
("testMax", testMax),
185185
("testCustomStringConvertible", testCustomStringConvertible),
186-
("testCustomDebugStringConvertible", testCustomDebugStringConvertible)
186+
("testCustomDebugStringConvertible", testCustomDebugStringConvertible),
187+
("testFilter", testFilter),
187188
]
188189
}
189190
}

0 commit comments

Comments
 (0)