From 15a66a2b314e7a674c9445e25ffb2451ec73b55e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 12 Nov 2025 23:19:34 +0900 Subject: treewide: import internal/helper For #24. Signed-off-by: Ophestra --- system/dbus/proc_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/dbus/proc_test.go') diff --git a/system/dbus/proc_test.go b/system/dbus/proc_test.go index a3ce1631..544856ed 100644 --- a/system/dbus/proc_test.go +++ b/system/dbus/proc_test.go @@ -5,7 +5,7 @@ import ( "testing" "hakurei.app/container" - "hakurei.app/helper" + "hakurei.app/internal/helper" ) func TestMain(m *testing.M) { container.TryArgv0(nil); helper.InternalHelperStub(); os.Exit(m.Run()) } -- cgit v1.3.1