Skip to content

Commit

Permalink
fix warning in test
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed Dec 30, 2024
1 parent 737958b commit 30db520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/protobuf/conformance_regressions_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ defmodule Protobuf.ConformanceRegressionsTest do
test "map i32 i32" do
mod = ProtobufTestMessages.Proto2.TestAllTypesProto2
problematic_payload = <<194, 3, 0>>
assert m = %{map_int32_int32: %{0 => 0}} = mod.decode(problematic_payload)
assert %{map_int32_int32: %{0 => 0}} = mod.decode(problematic_payload)
end

test "Recommended.Proto3.JsonInput.NullValueInOtherOneofNewFormat.Validator",
Expand Down

0 comments on commit 30db520

Please sign in to comment.