Skip to content

Commit 213714b

Browse files
committed
Add test for uncovered path.
1 parent 3d269c0 commit 213714b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Prequel.Tests/SqlCmdPreprocessorInputTests.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,11 @@ public void Construct_NullText()
2323
() => new Input("any", null!)
2424
);
2525
}
26+
27+
[Test]
28+
public void Name()
29+
{
30+
new Input("Foo", "any")
31+
.Name.Should().Be("Foo");
32+
}
2633
}

0 commit comments

Comments
 (0)