Skip to content

Commit

Permalink
Use release tag
Browse files Browse the repository at this point in the history
Also - we now use defaults - and include_context has default of true, so test assert should change
  • Loading branch information
martinsumner committed Aug 18, 2020
1 parent 440e13a commit ee624c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"},
Expand Down
2 changes: 1 addition & 1 deletion test/encoding_test.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ee624c8

Please sign in to comment.