We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f72247e commit ad5e1b1Copy full SHA for ad5e1b1
test/aggregate_test.exs
@@ -36,7 +36,7 @@ defmodule DataSchema.AggregateTest do
36
37
describe ":aggregate type to_struct/2" do
38
test "non null field that returns null from the data accessor errors." do
39
- input = %{foo: nil}
+ input = %{"foo" => nil}
40
41
assert DataSchema.to_struct(input, AggErr) ==
42
{:error,
0 commit comments