Skip to content

Commit 45cb56e

Browse files
committed
chore: lint
1 parent 68b113a commit 45cb56e

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

packages/stream-model-instance-handler/src/__tests__/model-instance-document-handler.test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,12 @@ describe('ModelInstanceDocumentHandler', () => {
787787
const doc = new ModelInstanceDocument(state$, context)
788788

789789
await expect(
790-
ModelInstanceDocument.makeUpdateCommit(CeramicSigner.invalid(), doc.commitId, doc.content, CONTENT1)
790+
ModelInstanceDocument.makeUpdateCommit(
791+
CeramicSigner.invalid(),
792+
doc.commitId,
793+
doc.content,
794+
CONTENT1
795+
)
791796
).rejects.toThrow(/No DID/)
792797

793798
const commit = (await ModelInstanceDocument.makeUpdateCommit(

0 commit comments

Comments
 (0)