Skip to content

Commit ebfc1bd

Browse files
committed
remove typo in test-script
1 parent 767dc78 commit ebfc1bd

File tree

1 file changed

+1
-1
lines changed
  • test/E2E/TestFunctionApp/DurableOrchestratorRaiseEvent

1 file changed

+1
-1
lines changed

test/E2E/TestFunctionApp/DurableOrchestratorRaiseEvent/run.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ param($Context)
22

33
$output = @()
44

5-
$output += WaitExternalStart-DurableExternalEventListener -EventName "TESTEVENTNAME"
5+
$output += Start-DurableExternalEventListener -EventName "TESTEVENTNAME"
66

77
$output

0 commit comments

Comments
 (0)