Improve test and comment clarity based on code review feedback

Co-authored-by: rchincha <45800463+rchincha@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-01 23:02:58 +00:00
parent c84d8a6d88
commit a484b61a0f
2 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ func TestCertReloaderDirectly(t *testing.T) {
So(cert, ShouldNotBeNil)
})
Convey("GetCertificateFunc should handle cert file modification", func() {
Convey("GetCertificateFunc should handle certificate and key file modification", func() {
reloader, err := api.NewCertReloader(certPath, keyPath, log.NewTestLogger())
So(err, ShouldBeNil)
defer reloader.Close()