Add unit tests

This commit is contained in:
M Essam Hamed
2025-09-02 14:14:17 +03:00
parent 59ae92cf8f
commit 6025eb1962
10 changed files with 266 additions and 31 deletions

View File

@@ -4,7 +4,7 @@ package updatemanager
import "context"
func (u *UpdateManager) triggerUpdate(ctx context.Context, targetVersion string) error {
func triggerUpdate(ctx context.Context, targetVersion string) error {
// TODO: Implement
return nil
}