We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70c9ad4 commit 8e8218eCopy full SHA for 8e8218e
test/lib/dynamo/encoder_test.exs
@@ -96,6 +96,6 @@ defmodule ExAws.Dynamo.EncoderTest do
96
"age" => %{"M" => %{"N" => %{"S" => "23"}}},
97
"email" => %{"M" => %{"S" => %{"S" => "[email protected]"}}},
98
"name" => %{"M" => %{"S" => %{"S" => "Bob"}}}
99
- } = Encoder.encode_root(user_except)
+ } == Encoder.encode_root(user_except)
100
end
101
0 commit comments