Skip to content

Commit bd9d919

Browse files
Bump
1 parent 2cfdedf commit bd9d919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambdas/api-handler/src/handlers/__tests__/get-letters.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ describe('API Lambda handler', () => {
7373
{
7474
id: "l3",
7575
type: "Letter",
76-
attributes: { status: "PENDING", specificationId: "s1", groupId: 'g1', reasonCode: 123, reasonText: "Reason text" },
76+
attributes: { status: "PENDING", specificationId: "s1", groupId: 'g1', reasonCode: 123, reasonText: "Reason text" }
7777
}
7878
],
7979
};

0 commit comments

Comments
 (0)