diff options
Diffstat (limited to 'internal/system/dispatcher_test.go')
| -rw-r--r-- | internal/system/dispatcher_test.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/system/dispatcher_test.go b/internal/system/dispatcher_test.go index 8000f0c7..95aab3e4 100644 --- a/internal/system/dispatcher_test.go +++ b/internal/system/dispatcher_test.go @@ -10,9 +10,9 @@ import ( "hakurei.app/container/stub" "hakurei.app/hst" - "hakurei.app/internal/system/acl" - "hakurei.app/internal/system/dbus" - "hakurei.app/internal/system/xcb" + "hakurei.app/internal/acl" + "hakurei.app/internal/dbus" + "hakurei.app/internal/xcb" ) // call initialises a [stub.Call]. |
