Skip to content

Commit acec4a6

Browse files
committed
Fix test name
1 parent 2e20cc7 commit acec4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/standalone_activity_test.go

Lines changed: 1 addition & 1 deletion
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_RetryWithoutScheduleToCloseTimeout() {
712+
func (s *standaloneActivityTestSuite) TestRetryWithoutScheduleToCloseTimeout() {
713713
t := s.T()
714714
ctx, cancel := context.WithTimeout(t.Context(), 30*time.Second)
715715
defer cancel()

0 commit comments

Comments
 (0)