Nanguan Lin dc04044716 Replace assert.Fail with assert.FailNow (#27578)
assert.Fail() will continue to execute the code while assert.FailNow()
not. I thought those uses of assert.Fail() should exit immediately.
PS: perhaps it's a good idea to use
[require](https://pkg.go.dev/github.com/stretchr/testify/require)
somewhere because the assert package's default behavior does not exit
when an error occurs, which makes it difficult to find the root error
reason.
2023-10-11 11:02:24 +00:00
..
2023-10-05 09:08:19 +08:00
2023-09-28 01:38:53 +00:00
2023-10-05 09:08:19 +08:00
2023-10-05 09:08:19 +08:00
2023-06-29 10:03:20 +00:00
2023-09-26 23:30:03 -04:00
2023-09-26 23:30:03 -04:00