Skip to content

Commit

Permalink
updated JS smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
bachuv committed Mar 13, 2024
1 parent 32f8890 commit 0b62aa6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = df.orchestrator(function* (context) {
outputs.push(yield context.df.callActivity("Hello", "Tokyo"));
outputs.push(yield context.df.callActivity("Hello", "Seattle"));
outputs.push(yield context.df.callActivity("Hello", "London"));
outputs.push(yield context.df.callActivity("Hello", "123"));
outputs.push(yield context.df.callActivity("Hello", 123));
outputs.push(yield context.df.callActivity("PrintArray", ["Dubai", "New York", "Vancouver"]));
outputs.push(yield context.df.callActivity("PrintObject", city));

Expand Down

0 comments on commit 0b62aa6

Please sign in to comment.