Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
duoertai committed Sep 18, 2023
1 parent ba72175 commit e1e4cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integ/wait_for_state_completion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func TestWaitForStateCompletionCadence(t *testing.T) {
t.Skip()
}
for i := 0; i < *repeatIntegTest; i++ {
doTestWaitForStateCompletion(t, service.BackendTypeTemporal, nil)
doTestWaitForStateCompletion(t, service.BackendTypeCadence, nil)
smallWaitForFastTest()
}
}
Expand Down

0 comments on commit e1e4cb6

Please sign in to comment.