Skip to content

Commit 7bf2561

Browse files
committed
Update expression assertion
1 parent de647c3 commit 7bf2561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/DynamoDBGenerator.SourceGenerator.Tests/DynamoDBDocumentTests/ExpressionAttributeTrackerTests.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ public void DuplicatedNavigationProperties_AttributeNames_EnsureUniquness()
102102
new KeyValuePair<string ,string>("#Person2", "Person2")
103103
});
104104

105-
field1.Should().Be("#Self.#Self.#Self.#Self.#Field1");
106-
field2.Should().Be("#Self.#Self.#Self.#Field2");
105+
field1.Should().Be("#Person1.#CreatedAt");
106+
field2.Should().Be("#Person2.#CreatedAt");
107107
}
108108

109109
[Theory]

0 commit comments

Comments
 (0)