cfrpki icon indicating copy to clipboard operation
cfrpki copied to clipboard

validator/lib: fix dropped errors

Open alrs opened this issue 4 years ago • 0 comments

This fixes multiple code and test errors that were being dropped in validator/lib.

I'd like to go one step further with another PR to replace the use of assert.Nil() for error testing with the better require.NoError(), would that be welcome?

alrs avatar Apr 30 '21 03:04 alrs