File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -709,7 +709,7 @@ func (s *standaloneActivityTestSuite) TestCompletedActivity_CannotTerminate() {
709709 require .Error (t , err )
710710}
711711
712- func (s * standaloneActivityTestSuite ) Test_ScheduleToCloseTimeout_WithRetry () {
712+ func (s * standaloneActivityTestSuite ) TestScheduleToCloseTimeout_WithRetry () {
713713 t := s .T ()
714714 ctx , cancel := context .WithTimeout (t .Context (), 30 * time .Second )
715715 defer cancel ()
@@ -771,7 +771,7 @@ func (s *standaloneActivityTestSuite) Test_ScheduleToCloseTimeout_WithRetry() {
771771}
772772
773773// TestStartToCloseTimeout tests that a start-to-close timeout is recorded after the activity is started.
774- func (s * standaloneActivityTestSuite ) Test_StartToCloseTimeout () {
774+ func (s * standaloneActivityTestSuite ) TestStartToCloseTimeout () {
775775 t := s .T ()
776776
777777 ctx , cancel := context .WithTimeout (t .Context (), 30 * time .Second )
You can’t perform that action at this time.
0 commit comments