Justin Wood
03/13/2024, 5:32 PM(pact_erlang 0.2.2) :pactffi_nif.given(65537, %{params: %{foo: "bar"}, state: "foo"})
I have those actual values in the given expression. I am getting an argument error. That map would be #{params => #{foo => <<"bar">>}, state => <<"foo">>}
in Erlang.
Any help here would be appreciated.