Skip to content

Commit 333da11

Browse files
committed
Fix test names
1 parent 1b91f3d commit 333da11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/standalone_activity_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)