File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
tests/Elastic.Markdown.Tests/Inline Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -175,15 +175,15 @@ public void GeneratesHtml() =>
175175 """
176176 ) ;
177177
178- [ Fact ]
179- public void HasNoErrors ( ) => Collector . Diagnostics . Should ( ) . HaveCount ( 0 ) ;
180-
181- [ Fact ]
182- public void EmitsExternalLink ( )
183- {
184- Collector . ExternalLinks . Should ( ) . HaveCount ( 2 ) ;
185- Collector . ExternalLinks . Should ( ) . ContainKey ( "kibana://index.md" ) ;
186- Collector . ExternalLinks . Should ( ) . ContainKey ( "elasticsearch://index.md" ) ;
187- }
178+ [ Fact ]
179+ public void HasNoErrors ( ) => Collector . Diagnostics . Should ( ) . HaveCount ( 0 ) ;
180+
181+ [ Fact ]
182+ public void EmitsExternalLink ( )
183+ {
184+ Collector . ExternalLinks . Should ( ) . HaveCount ( 2 ) ;
185+ Collector . ExternalLinks . Should ( ) . ContainKey ( "kibana://index.md" ) ;
186+ Collector . ExternalLinks . Should ( ) . ContainKey ( "elasticsearch://index.md" ) ;
187+ }
188188}
189189
You can’t perform that action at this time.
0 commit comments