Skip to content

Commit 0dc2611

Browse files
committed
style: format code
1 parent 39cedb9 commit 0dc2611

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/craftingSystem/CraftingHistoryTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ void addItems() {
3737
List<CraftedItem> received = craftingHistory.getItems();
3838

3939
// Assert
40-
assertEquals(expected, received, "Should add crafted items (refined stone and sturdy wood) to the crafting history");
40+
assertEquals(expected, received,
41+
"Should add crafted items (refined stone and sturdy wood) to the crafting history");
4142
}
4243

4344
@Test

0 commit comments

Comments
 (0)