Skip to content

Commit

Permalink
fix test description lines
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpmartinez committed Oct 30, 2023
1 parent 6c0bc85 commit 24cfbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions router/xgress_edge/certchecker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func Test_CertExpirationChecker(t *testing.T) {
req.LessOrEqual(waitTime, maxWaitTime)
})

t.Run("both 7d out is 1hr or less", func(t *testing.T) {
t.Run("both 7d out is 0", func(t *testing.T) {
req := require.New(t)
certChecker, _ := newCertChecker()

Expand Down Expand Up @@ -206,7 +206,7 @@ func Test_CertExpirationChecker(t *testing.T) {
req.Equal(0*time.Second, waitTime)
})

t.Run("server 7d out returns 1h or less", func(t *testing.T) {
t.Run("server 7d out returns 0", func(t *testing.T) {
req := require.New(t)
certChecker, _ := newCertChecker()

Expand Down

0 comments on commit 24cfbc6

Please sign in to comment.