Skip to content

Commit bc9ad96

Browse files
committed
fix for broken tests
1 parent 0b73571 commit bc9ad96

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
@@ -225,7 +225,7 @@ Describe "Get-BloggerPost" {
225225
return @{
226226
id = $postId
227227
title = "Test Post"
228-
published = "10/01/2023 12:00:00"
228+
published = [datetime]"10/01/2023 12:00:00"
229229
content = "<h1>Hello World</h1><p>This is a post.</p>"
230230
}
231231
}

0 commit comments

Comments
 (0)