From 75118b68c8e56402376b4934575684b25565ea65 Mon Sep 17 00:00:00 2001 From: Henry Tsai Date: Thu, 15 Aug 2024 15:33:37 -0700 Subject: [PATCH] Update tests/handlers/records-write.spec.ts Co-authored-by: Liran Cohen --- tests/handlers/records-write.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/handlers/records-write.spec.ts b/tests/handlers/records-write.spec.ts index c44bd07ef..2f5084676 100644 --- a/tests/handlers/records-write.spec.ts +++ b/tests/handlers/records-write.spec.ts @@ -4051,7 +4051,7 @@ export function testRecordsWriteHandler(): void { expect(recordsWriteReply.status.detail).to.contain(DwnErrorCode.RecordsWriteMissingEncodedDataInPrevious); }); - it('should return 400 for if attempting a write after a delete', async () => { + it('should return 400 if attempting a write after a delete', async () => { const { message, author, dataStream } = await TestDataGenerator.generateRecordsWrite({ data : TestDataGenerator.randomBytes(DwnConstant.maxDataSizeAllowedToBeEncoded), published : false