Skip to content

Commit d7454bd

Browse files
committed
Update mocked frontId to us for tests
1 parent 73d01e2 commit d7454bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fronts-client/src/components/form/__tests__/ArticleMetaForm.spec.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const renderForm = (state: State) => {
5454
<ArticleMetaForm
5555
cardId={cardId}
5656
form={cardId}
57-
frontId="frontId"
57+
frontId="us"
5858
onSave={jest.fn()}
5959
onCancel={jest.fn()}
6060
/>
@@ -74,7 +74,7 @@ describe('ArticleMetaForm - headline AB testing', () => {
7474
<ArticleMetaForm
7575
cardId={cardId}
7676
form={cardId}
77-
frontId="frontId"
77+
frontId="us"
7878
onSave={jest.fn()}
7979
onCancel={jest.fn()}
8080
/>

0 commit comments

Comments
 (0)