Skip to content

Commit 0389354

Browse files
committed
Fixed whitespace issue
1 parent 3d2499a commit 0389354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/LinkDotNet.Blog.IntegrationTests/Web/Features/Admin/BlogPostEditor/UpdateBlogPostPageTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void ShouldThrowWhenNoIdProvided()
4949
Action act = () => ctx.RenderComponent<UpdateBlogPostPage>(
5050
p => p.Add(s => s.BlogPostId, null));
5151

52-
act.Should().ThrowExactly<ArgumentNullException>();
52+
act.Should().ThrowExactly<ArgumentNullException>();
5353
}
5454

5555
private static void TriggerUpdate(IRenderedFragment cut)

0 commit comments

Comments
 (0)