Skip to content

Commit b13c5e7

Browse files
committed
Fix wrong comment about sort order
1 parent 8ab6b93 commit b13c5e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/example/MainTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ void displaySortedPrices_whenRequested() {
168168

169169
String output = bos.toString();
170170

171-
// Expected sorted output (ascending by price)
171+
// Expected sorted output (descending by price)
172172
List<String> expectedOrder = List.of(
173173
"20-21 30,00 öre",
174174
"22-23 20,00 öre",

0 commit comments

Comments
 (0)