Skip to content

Commit

Permalink
WIP: change expected compression
Browse files Browse the repository at this point in the history
  • Loading branch information
VjeraTurk committed Sep 3, 2024
1 parent fa9905b commit f6648ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/matrix/matrix_compressor_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func TestChunkingCompressorCompress(t *testing.T) {
NumberOfChunks: 1,
ChunkIndex: 0,
},
CompressedContent: []byte{40, 181, 47, 253, 4, 0, 81, 0, 0, 26, 8, 18, 6, 42, 4, 116, 101, 115, 116, 39, 101, 69, 66},
CompressedContent: []byte{40, 181, 47, 253, 4, 0, 81, 0, 0, 26, 8, 18, 6, 50, 4, 116, 101, 115, 116, 125, 74, 79, 114},
},
},
},
Expand Down Expand Up @@ -87,7 +87,7 @@ func TestChunkingCompressorCompress(t *testing.T) {
NumberOfChunks: 1,
ChunkIndex: 0,
},
CompressedContent: []byte{40, 181, 47, 253, 4, 0, 81, 0, 0, 26, 8, 18, 6, 42, 4, 116, 101, 115, 116, 39, 101, 69, 66},
CompressedContent: []byte{40, 181, 47, 253, 4, 0, 81, 0, 0, 26, 8, 18, 6, 50, 4, 116, 101, 115, 116, 125, 74, 79, 114},
},
},
},
Expand Down Expand Up @@ -116,7 +116,7 @@ func TestChunkingCompressorCompress(t *testing.T) {
NumberOfChunks: 2,
ChunkIndex: 0,
},
CompressedContent: []byte{40, 181, 47, 253, 4, 0, 81, 0, 0, 26, 8, 18, 6, 42, 4, 116, 101, 115, 116, 39, 101, 69},
CompressedContent: []byte{40, 181, 47, 253, 4, 0, 81, 0, 0, 26, 8, 18, 6, 50, 4, 116, 101, 115, 116, 125, 74, 79},
},
{
MessageEventContent: event.MessageEventContent{
Expand All @@ -126,7 +126,7 @@ func TestChunkingCompressorCompress(t *testing.T) {
NumberOfChunks: 2,
ChunkIndex: 1,
},
CompressedContent: []byte{66},
CompressedContent: []byte{114},
},
},
},
Expand Down

0 comments on commit f6648ee

Please sign in to comment.