Skip to content

Commit 8e8218e

Browse files
committed
make assertion about removed map key stronger
1 parent 70c9ad4 commit 8e8218e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/dynamo/encoder_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,6 @@ defmodule ExAws.Dynamo.EncoderTest do
9696
"age" => %{"M" => %{"N" => %{"S" => "23"}}},
9797
"email" => %{"M" => %{"S" => %{"S" => "[email protected]"}}},
9898
"name" => %{"M" => %{"S" => %{"S" => "Bob"}}}
99-
} = Encoder.encode_root(user_except)
99+
} == Encoder.encode_root(user_except)
100100
end
101101
end

0 commit comments

Comments
 (0)