Skip to content

Commit 8f921ab

Browse files
committed
CCM-9118 Remove assertion
1 parent adaaec1 commit 8f921ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test-team/template-mgmt-e2e-tests/template-mgmt-letter-full.e2e.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ test.describe('letter complete e2e journey', () => {
142142

143143
await expect(async () => {
144144
const template = await templateStorageHelper.getTemplate(key);
145-
expect(template.files).toContain({ proofs: {} });
146145

147146
expect(template.files?.proofs).toEqual({
148147
'proof-1': {

0 commit comments

Comments
 (0)