Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlangford committed Jul 1, 2024
1 parent 612a5e5 commit 98cb37a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const renderWidget = (
// Default empty, let initialValues override if needed
integrationDependencies: [],
...initialValues,
modComponent: { blockPipeline: [{ config: { service: null } }] },
modComponent: { brickPipeline: [{ config: { service: null } }] },
}}
onSubmit={jest.fn()}
>
Expand Down Expand Up @@ -215,7 +215,7 @@ describe("ServiceWidget", () => {

expect(state).toEqual({
modComponent: {
blockPipeline: [
brickPipeline: [
{
config: {
service: toExpression("var", "@jest2"),
Expand Down
2 changes: 1 addition & 1 deletion src/components/form/ConnectedFieldTemplate.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ describe("ConnectedFieldTemplate", () => {
initialValues: formState,
initialErrors: {
modComponent: {
blockPipeline: [
brickPipeline: [
{
config: {
testField: "test formik error",
Expand Down

0 comments on commit 98cb37a

Please sign in to comment.