Skip to content

Commit 33b8894

Browse files
committed
Update action.test.js
1 parent 2220ab6 commit 33b8894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ describe("asana github actions", () => {
182182
inputs = {
183183
"asana-pat": asanaPAT,
184184
action: "migrate-section",
185-
targets: `[{"projectId": "${projectId}", "to": "QA in Progress", "from": "Planned"}]`,
185+
targets: `[{"projectId": "${projectId}", "to": "Done", "from": "New"}]`,
186186
};
187187
github.context.payload = {
188188
pull_request: {

0 commit comments

Comments
 (0)