Skip to content

Commit c9f8b34

Browse files
committed
Fix test name
1 parent b5838ff commit c9f8b34

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
@@ -760,7 +760,7 @@ func (s *standaloneActivityTestSuite) TestCompletedActivity_CannotTerminate() {
760760
require.Error(t, err)
761761
}
762762

763-
func (s *standaloneActivityTestSuite) Test_RetryWithoutScheduleToCloseTimeout() {
763+
func (s *standaloneActivityTestSuite) TestRetryWithoutScheduleToCloseTimeout() {
764764
t := s.T()
765765
ctx, cancel := context.WithTimeout(t.Context(), 30*time.Second)
766766
defer cancel()

0 commit comments

Comments
 (0)