Files
tumillanino 6fd2f42ec2
Some checks failed
Build / build (push) Failing after 4m53s
added required partitioning package installations
2025-11-12 16:01:17 +11:00

12 lines
220 B
Go

package brightness
import (
"testing"
)
// Manager tests can be added here as needed
func TestManager_Placeholder(t *testing.T) {
// Placeholder test to keep the test file valid
t.Skip("No tests implemented yet")
}