Skip to content

Commit 990b183

Browse files
committed
Forgot to add test file
1 parent 5f9d2e7 commit 990b183

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package com.thealgorithms.sorts;
2+
3+
public class SmoothSortTest extends SortingAlgorithmTest {
4+
@Override
5+
SortAlgorithm getSortAlgorithm() {
6+
return new SmoothSort();
7+
}
8+
}

0 commit comments

Comments
 (0)