Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
sophstad committed Oct 30, 2023
1 parent 2635096 commit 66d3c11
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const repoForm: PatchAliasesFormState = {
{
alias: "alias1",
childProjectIdentifier: "spruce",
status: "succeeded",
status: "success",
displayTitle: "alias1",
parentAsModule: "",
isGithubTriggerAlias: true,
Expand Down Expand Up @@ -124,7 +124,7 @@ const repoResult: Pick<RepoSettingsInput, "projectRef" | "aliases"> = {
variantRegex: ".*",
},
],
status: "succeeded",
status: "success",
parentAsModule: "",
},
],
Expand Down

0 comments on commit 66d3c11

Please sign in to comment.