Skip to content

Commit 1d27e53

Browse files
authored
Merge pull request #2362 from mishrasur7/patch-6
Update part4b.md
2 parents 8656715 + 506f41c commit 1d27e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/4/en/part4b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1139,7 +1139,7 @@ describe('viewing a specific note', () => {
11391139
.expect(404)
11401140
})
11411141

1142-
test('fails with statuscode 400 id is invalid', async () => {
1142+
test('fails with statuscode 400 if id is invalid', async () => {
11431143
const invalidId = '5a3d5da59070081a82a3445'
11441144

11451145
await api

0 commit comments

Comments
 (0)