You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/4/en/part4b.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -506,7 +506,7 @@ test('a valid note can be added ', async () => {
506
506
})
507
507
```
508
508
509
-
Test fails since we are by accident returning the status code <i>200 OK</i> when a new note is created. Let us change that to <i>201 CREATED</i>:
509
+
The test fails because we accidentally returned the status code <i>200 OK</i> when a new note is created. Let us change that to the status code <i>201 CREATED</i>:
0 commit comments