Skip to content

Commit

Permalink
fix (Tests): fixes test name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiepollock committed Feb 7, 2024
1 parent 2c3d88c commit 78502bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
public class DefaultDropComponentTagHelperRendererTests : DefaultDropComponentTagHelperRendererTestsBase
{
[Test]
public async Task RenderAsync_With_Returns_No_Output_Tag()
public async Task RenderAsync_With_No_TagName_Returns_No_Output_Tag()
{
// arrange
var tagHelperRenderer = CreateDefaultDropComponentsTagHelperRenderer();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
public class DefaultDropElementTagHelperRendererTests : DefaultDropElementTagHelperRendererTestsBase
{
[Test]
public async Task RenderAsync_With_Returns_No_Output_Tag()
public async Task RenderAsync_With_No_TagName_Returns_No_Output_Tag()
{
// arrange
var tagHelperRenderer = CreateDefaultDropElementsTagHelperRenderer();
Expand Down

0 comments on commit 78502bd

Please sign in to comment.