mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2025-12-08 06:25:37 -05:00
12 lines
220 B
Go
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")
|
|
}
|