Update prefix length in algorithm_test

pull/14343/head
Muxi Yan 7 years ago
parent cda058de8e
commit 2711e386ec
  1. 2
      test/core/compression/algorithm_test.cc

@ -29,7 +29,7 @@
#include "src/core/lib/transport/static_metadata.h"
#include "test/core/util/test_config.h"
const uint32_t message_prefix_length = 8;
const uint32_t message_prefix_length = 0;
const uint32_t stream_prefix_length = 7;
static void test_algorithm_mesh(void) {
int i;

Loading…
Cancel
Save