Skip to content

Commit 5196a03

Browse files
committed
Fixed a typo in unit tests
1 parent a5c42f4 commit 5196a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ProgrammerAl.Site/UnitTests/Utilities/BlogPostParserTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,10 @@ public void WhenParseingPostWithColonInTitle_AssertTitle()
145145
Presentations:
146146
- Id: 1
147147
SlidesUrl: https://MyLink.com/a/b/c.html
148-
SlideImagesUrl: https://MyLink.com/a/b/images
148+
SlidesImagesUrl: https://MyLink.com/a/b/images
149149
- Id: 2
150150
SlidesUrl: https://MyLink.com/1/2/3.html
151-
SlideImagesUrl: https://MyLink.com/1/2/images
151+
SlidesImagesUrl: https://MyLink.com/1/2/images
152152
---
153153
### The Post!!!
154154
Everything else goes here and should be found

0 commit comments

Comments
 (0)