File tree 1 file changed +6
-6
lines changed
tests/PickAll.Specs/Outcomes
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -81,12 +81,12 @@ public async void Should_fold_descriptions_excluding_query_and_noise()
81
81
sut . Context = context ;
82
82
83
83
var titles = WaffleBuilder . GenerateTitle ( 3 , title => title
84
- . Intersperse ( "massive" . Replicate ( 50 ) )
85
- . Intersperse ( "catch" . Replicate ( 25 ) )
86
- . Intersperse ( "a" . Replicate ( 30 ) )
87
- . Intersperse ( "repetition" . Replicate ( 50 ) )
88
- . Intersperse ( "word" . Replicate ( 25 ) )
89
- . Intersperse ( "of" ) . Replicate ( 30 ) ) ;
84
+ . Intersperse ( "massive" . Replicate ( 50 , separator : " " ) )
85
+ . Intersperse ( "catch" . Replicate ( 25 , separator : " " ) )
86
+ . Intersperse ( "a" . Replicate ( 30 , separator : " " ) )
87
+ . Intersperse ( "repetition" . Replicate ( 50 , separator : " " ) )
88
+ . Intersperse ( "word" . Replicate ( 25 , separator : " " ) )
89
+ . Intersperse ( "of" ) . Replicate ( 30 , separator : " " ) ) ;
90
90
91
91
var results = new ResultInfo [ ] {
92
92
ResultInfoHelper . OnlyDescription ( titles . First ( ) ) ,
You can’t perform that action at this time.
0 commit comments