Skip to content

Commit 8499f97

Browse files
committed
Add excepion test case for GetAll in tags service tests
1 parent 6c187f0 commit 8499f97

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

BlogWebApp/Tests/Blog.ServicesTests/EntityServices/TagsServiceTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ public void GetAll_WhenTagsDoesNotExists_ShouldReturnNothing()
146146
Assert.Empty(tags);
147147
}
148148

149+
/// <summary>
149150
#endregion
150151

151152
#region Get All Async function

0 commit comments

Comments
 (0)