Skip to content

Commit

Permalink
Rename "integration" tests to "functional" (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanos committed Oct 3, 2023
1 parent 871e1c7 commit fac21bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/query_workflow_test.go
Expand Up @@ -300,7 +300,7 @@ func (s *clientFunctionalSuite) TestQueryWorkflow_QueryFailedWorkflowTask() {

}

func (s *clientIntegrationSuite) TestQueryWorkflow_ClosedWithoutWorkflowTaskStarted() {
func (s *clientFunctionalSuite) TestQueryWorkflow_ClosedWithoutWorkflowTaskStarted() {
workflowFn := func(ctx workflow.Context) (string, error) {
return "", nil
}
Expand Down

0 comments on commit fac21bd

Please sign in to comment.