We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5c42f4 commit 5196a03Copy full SHA for 5196a03
src/ProgrammerAl.Site/UnitTests/Utilities/BlogPostParserTests.cs
@@ -145,10 +145,10 @@ public void WhenParseingPostWithColonInTitle_AssertTitle()
145
Presentations:
146
- Id: 1
147
SlidesUrl: https://MyLink.com/a/b/c.html
148
- SlideImagesUrl: https://MyLink.com/a/b/images
+ SlidesImagesUrl: https://MyLink.com/a/b/images
149
- Id: 2
150
SlidesUrl: https://MyLink.com/1/2/3.html
151
- SlideImagesUrl: https://MyLink.com/1/2/images
+ SlidesImagesUrl: https://MyLink.com/1/2/images
152
---
153
### The Post!!!
154
Everything else goes here and should be found
0 commit comments