Skip to content

Commit 3db34c7

Browse files
committed
add hash to tests
1 parent ea726ec commit 3db34c7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/datastore/src/__test__/letter-queue-repository.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ function createLetter(
2121
specificationId: "specification1",
2222
groupId: "group1",
2323
priority: 10,
24+
sha256Hash: "hash1",
2425
...overrides,
2526
};
2627
}

0 commit comments

Comments
 (0)