We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7ad3dc commit 506f41cCopy full SHA for 506f41c
src/content/4/en/part4b.md
@@ -1139,7 +1139,7 @@ describe('viewing a specific note', () => {
1139
.expect(404)
1140
})
1141
1142
- test('fails with statuscode 400 id is invalid', async () => {
+ test('fails with statuscode 400 if id is invalid', async () => {
1143
const invalidId = '5a3d5da59070081a82a3445'
1144
1145
await api
0 commit comments