diff --git a/rebar.config b/rebar.config index b3342b34..65b8a8a8 100644 --- a/rebar.config +++ b/rebar.config @@ -22,7 +22,7 @@ ]}. {deps, [ - {protobuffs, ".*", {git, "https://github.com/basho/erlang_protobuffs.git", {branch, "develop-3.0"}}} + {protobuffs, ".*", {git, "https://github.com/basho/erlang_protobuffs.git", {tag, "0.9.2"}}} ]}. {gpb_opts, [{module_name_suffix, "_pb"}, diff --git a/test/encoding_test.erl b/test/encoding_test.erl index 565cf1f0..813873ac 100644 --- a/test/encoding_test.erl +++ b/test/encoding_test.erl @@ -103,7 +103,7 @@ pb_test_() -> ?assertEqual(undefined, R#dtfetchreq.timeout), ?assertEqual(undefined, R#dtfetchreq.sloppy_quorum), ?assertEqual(undefined, R#dtfetchreq.n_val), - ?assertEqual(undefined, R#dtfetchreq.include_context) + ?assertEqual(true, R#dtfetchreq.include_context) end)}, {"msg code encode decode", ?_test(begin