diff options
Diffstat (limited to 'internal/system/pipewire_test.go')
| -rw-r--r-- | internal/system/pipewire_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/system/pipewire_test.go b/internal/system/pipewire_test.go index a39237f8..052495cc 100644 --- a/internal/system/pipewire_test.go +++ b/internal/system/pipewire_test.go @@ -8,9 +8,9 @@ import ( "testing" "time" - "hakurei.app/container/stub" "hakurei.app/internal/acl" "hakurei.app/internal/pipewire" + "hakurei.app/internal/stub" ) func TestPipeWireOp(t *testing.T) { |
