diff options
Diffstat (limited to 'internal/store/header_test.go')
| -rw-r--r-- | internal/store/header_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/store/header_test.go b/internal/store/header_test.go index 51a6939a..9da547f8 100644 --- a/internal/store/header_test.go +++ b/internal/store/header_test.go @@ -34,7 +34,7 @@ func TestEntryHeader(t *testing.T) { {"success high", [entryHeaderSize]byte{0x00, 0xff, 0xca, 0xfe, 0x00, 0x00, 0xff, 0x00}, 0xff, nil}, {"success", [entryHeaderSize]byte{0x00, 0xff, 0xca, 0xfe, 0x00, 0x00, - 0x09, 0xf6}, hst.EWayland | hst.EPulse, nil}, + 0x09, 0xf6}, hst.EWayland | hst.EPipeWire, nil}, } for _, tc := range testCases { t.Run(tc.name, func(t *testing.T) { |
