Skip to content

Commit 99315c6

Browse files
author
Mohamed
committed
Fix: Changed formating
1 parent 96b17b2 commit 99315c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lesson_16/api/api_app/src/test/java/com/codedifferently/lesson16/web/PatronControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ void testController_reportsBadRequestOnAddPatron() throws Exception {
7777
@Test
7878
void testController_addsPatron() throws Exception {
7979
String json =
80-
"""
80+
"""
8181
{
8282
"patron":{
8383
"name": "John Book",

0 commit comments

Comments
 (0)