internal/pipewire: additional Client::Info test case
All checks were successful
Test / Create distribution (push) Successful in 35s
Test / Sandbox (push) Successful in 2m21s
Test / Hakurei (push) Successful in 3m16s
Test / Hpkg (push) Successful in 4m12s
Test / Sandbox (race detector) (push) Successful in 4m18s
Test / Hakurei (race detector) (push) Successful in 5m6s
Test / Flake checks (push) Successful in 1m19s

This message follows the other Client::Info event before it. No idea why.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2025-11-26 16:17:38 +09:00
parent fd4d379b67
commit 10ff276da1
5 changed files with 55 additions and 0 deletions

View File

@@ -41,4 +41,9 @@ var (
recvmsg00Message02Header string
//go:embed testdata/14-recvmsg00-message02-POD
recvmsg00Message02POD string
//go:embed testdata/15-recvmsg00-message03-header
recvmsg00Message03Header string
//go:embed testdata/16-recvmsg00-message03-POD
recvmsg00Message03POD string
)