Skip to content

Commit 32c2257

Browse files
committed
fix integration test for condition failure
1 parent 57471a7 commit 32c2257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lib/dynamo/integration_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ defmodule ExAws.DynamoIntegrationTest do
168168
name
169169

170170
# When the condition failure return value is all_old, the old item is returned
171-
assert {:error, {"ConditionalCheckFailedException", "The conditional request failed", 123 = user_item}} =
171+
assert {:error, {"ConditionalCheckFailedException", "The conditional request failed", user_item}} =
172172
operation.(
173173
condition_expression: "email = :email",
174174
expression_attribute_values: [email: "does-not-exist"],

0 commit comments

Comments
 (0)