updated the installer so that it should actually work
Some checks failed
Build / build (push) Failing after 5m23s
Some checks failed
Build / build (push) Failing after 5m23s
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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")
|
||||
}
|
||||
Reference in New Issue
Block a user