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/core_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/core_test.go')
| -rw-r--r-- | internal/pipewire/core_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/internal/pipewire/core_test.go b/internal/pipewire/core_test.go index 1df43470..a6b6729a 100644 --- a/internal/pipewire/core_test.go +++ b/internal/pipewire/core_test.go @@ -209,7 +209,8 @@ func TestCoreBoundProps(t *testing.T) { {Key: pipewire.PW_KEY_SEC_PID, Value: "1443"}, {Key: pipewire.PW_KEY_SEC_UID, Value: "1000"}, {Key: pipewire.PW_KEY_SEC_GID, Value: "100"}, - {Key: pipewire.PW_KEY_SEC_SOCKET, Value: "pipewire-0-manager"}}, + {Key: pipewire.PW_KEY_SEC_SOCKET, Value: "pipewire-0-manager"}, + }, }, nil}, /* recvmsg 1 */ |
