Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
inputfalken committed Sep 29, 2024
1 parent d40e79a commit e073254
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ public void ToAttributeExpression_SetStatus()
{
{"#Id", "Id"},
{"#AdoptionStatus", "AdoptionStatus"},
{"#Metadata.#StatusSetAt", "StatusSetAt"}
{"#Metadata", "Metadata"},
{"#StatusSetAt", "StatusSetAt"}
});

attributeExpression.Values.Should().BeEquivalentTo(new Dictionary<string, AttributeValue>
Expand Down

0 comments on commit e073254

Please sign in to comment.