Skip to content

Commit

Permalink
Update tests/handlers/records-write.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Liran Cohen <[email protected]>
  • Loading branch information
thehenrytsai and LiranCohen authored Aug 15, 2024
1 parent 96cadbd commit 75118b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/handlers/records-write.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75118b6

Please sign in to comment.