Files
George Jenkins 3ce02c585a refactor(internal): convert tests to testify assert/require
Convert internal/fileutil, internal/tlsutil, and internal/resolver
test files from native Go testing patterns (t.Errorf, t.Fatalf,
t.Error, t.Fatal) to github.com/stretchr/testify equivalents
(assert.X, require.X).

Signed-off-by: George Jenkins <gvjenkins@gmail.com>
2026-06-22 16:01:04 +12:00
..