Skip to content

Commit

Permalink
internal/civisibility: change test
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyredondo committed Oct 9, 2024
1 parent 3711848 commit 9b80796
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ func TestRetryWithFail(t *testing.T) {

func TestRetryAlwaysFail(t *testing.T) {
t.Parallel()
t.Fatal("Always fail")
t.Fatal("Always fail to test the auto retries feature")
}

func TestNormalPassingAfterRetryAlwaysFail(t *testing.T) {}
Expand Down

0 comments on commit 9b80796

Please sign in to comment.