Skip to content

Commit

Permalink
test: update static compressed bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Feb 16, 2024
1 parent 429a129 commit ad5607a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/Client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,10 @@ describe('encodeContent', () => {
const compressed = Uint8Array.from([
10, 18, 10, 8, 120, 109, 116, 112, 46, 111, 114, 103, 18, 4, 116, 101,
120, 116, 24, 1, 18, 17, 10, 8, 101, 110, 99, 111, 100, 105, 110, 103, 18,
5, 85, 84, 70, 45, 56, 40, 0, 34, 45, 120, 156, 51, 52, 48, 209, 49, 52,
48, 4, 98, 11, 8, 54, 52, 212, 49, 54, 2, 82, 150, 96, 166, 161, 161, 9,
84, 202, 0, 44, 60, 170, 122, 84, 245, 168, 106, 218, 171, 6, 0, 139, 43,
173, 229,
5, 85, 84, 70, 45, 56, 40, 0, 34, 48, 120, 156, 51, 52, 48, 209, 49, 52,
48, 212, 49, 52, 176, 128, 96, 67, 67, 29, 99, 35, 29, 67, 67, 75, 48,
211, 208, 208, 4, 42, 101, 0, 22, 30, 85, 61, 170, 122, 84, 53, 237, 85,
3, 0, 139, 43, 173, 229,
])

const payload = await c.encodeContent(uncompressed, {
Expand Down

0 comments on commit ad5607a

Please sign in to comment.