Skip to content

Commit 5b38085

Browse files
committed
fixed indentation for tests
1 parent 49f1106 commit 5b38085

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/Get-BloggerPost.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ Describe "Get-BloggerPost" {
212212
}
213213

214214
Context "As Json" {
215-
BeforeEach {
215+
BeforeEach {
216216
InModuleScope PSBlogger {
217217
# Mock the session to return a test blog ID
218218
$BloggerSession.BlogId = "test-blog-id"

0 commit comments

Comments
 (0)