diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-12-07 17:07:30 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-12-07 17:07:30 +0900 |
| commit | 8cdd659239654aa2c18e392d5cde3c31da069b98 (patch) | |
| tree | 421b12085defc241e694fd6f8d4b2579828f8fbc /internal/pipewire/client_test.go | |
| parent | 15c2839a0997dd13e5a41e6a35b656e934f22040 (diff) | |
internal/pipewire: seq access method for consume
This improves readability as the offset is not immediately obvious.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/pipewire/client_test.go')
| -rw-r--r-- | internal/pipewire/client_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/pipewire/client_test.go b/internal/pipewire/client_test.go index 9b0879c2..dbae43ab 100644 --- a/internal/pipewire/client_test.go +++ b/internal/pipewire/client_test.go @@ -112,7 +112,8 @@ func TestClientInfo(t *testing.T) { {Key: "settings.check-rate", Value: "false"}, {Key: pipewire.PW_KEY_CORE_VERSION, Value: "1.4.7"}, {Key: pipewire.PW_KEY_ACCESS, Value: "unrestricted"}, - }}, nil}, + }, + }, nil}, }.run(t) } |
