Skip to content

Commit f61f449

Browse files
fixed test case name for SelectionSort
1 parent d0a5119 commit f61f449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/github/marioluan/algorithms/sorting/SelectionSortTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class SelectionSortTest {
2424
private int n = 0;
2525

2626
{
27-
describe("InsertionSort", () -> {
27+
describe("SelectionSort", () -> {
2828
describe(".sort", () -> {
2929

3030
describe("when array is small", () -> {

0 commit comments

Comments
 (0)