Skip to content

Commit 33c2b3b

Browse files
temonkCopilot
andauthored
Update tests/AltaSoft.DomainPrimitives.UnitTests/TransformableTests/NestedDomainPrimitivesTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ba333e7 commit 33c2b3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/AltaSoft.DomainPrimitives.UnitTests/TransformableTests/NestedDomainPrimitivesTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public void CreatingNestedString_WithError_Throws()
4747
[Fact]
4848
public void CreatingNestedString_FromStringWithError_Throws()
4949
{
50-
Assert.Throws<InvalidDomainValueException>(() => { NestedString n = "ErrorValue"; });
50+
Assert.Throws<InvalidDomainValueException>(() => { NestedString _ = "ErrorValue"; });
5151
}
5252

5353
[Fact]

0 commit comments

Comments
 (0)