Files
hakurei/system/dbus/stub_test.go
2025-07-03 03:30:39 +09:00

10 lines
131 B
Go

package dbus_test
import (
"testing"
"hakurei.app/helper"
)
func TestHelperStub(t *testing.T) { helper.InternalHelperStub() }