@@ -53,14 +53,18 @@ class AuthorsSpec
5353 implicit val repo = Authors .gitRepo(" .git/modules/core/src/test/resources/authors-test-repo" )
5454 val stats = Source (
5555 List (
56- Commit (" f576a45" ,
57- " message" ,
58- GitAuthor (" test" , " test@test.lt" ),
59- Some (GithubAuthor (" test" , " http://users/test" , " http://avatars/test" ))),
60- Commit (" bce0e63" ,
61- " message" ,
62- GitAuthor (" test" , " test@test.lt" ),
63- Some (GithubAuthor (" test" , " http://users/test" , " http://avatars/test" )))
56+ Commit (
57+ " f576a45" ,
58+ " message" ,
59+ GitAuthor (" test" , " test@test.lt" ),
60+ Some (GithubAuthor (" test" , " http://users/test" , " http://avatars/test" ))
61+ ),
62+ Commit (
63+ " bce0e63" ,
64+ " message" ,
65+ GitAuthor (" test" , " test@test.lt" ),
66+ Some (GithubAuthor (" test" , " http://users/test" , " http://avatars/test" ))
67+ )
6468 )
6569 ).via(StatsAggregator ())
6670 .runWith(Sink .head)
@@ -76,14 +80,18 @@ class AuthorsSpec
7680 implicit val repo = Authors .gitRepo(" .git/modules/core/src/test/resources/authors-test-repo" )
7781 val stats = Source (
7882 List (
79- Commit (" f576a45" ,
80- " message" ,
81- GitAuthor (" test" , " test1@test.lt" ),
82- Some (GithubAuthor (" test" , " http://users/test" , " http://avatars/test" ))),
83- Commit (" bce0e63" ,
84- " message" ,
85- GitAuthor (" test" , " test2@test.lt" ),
86- Some (GithubAuthor (" test" , " http://users/test" , " http://avatars/test" )))
83+ Commit (
84+ " f576a45" ,
85+ " message" ,
86+ GitAuthor (" test" , " test1@test.lt" ),
87+ Some (GithubAuthor (" test" , " http://users/test" , " http://avatars/test" ))
88+ ),
89+ Commit (
90+ " bce0e63" ,
91+ " message" ,
92+ GitAuthor (" test" , " test2@test.lt" ),
93+ Some (GithubAuthor (" test" , " http://users/test" , " http://avatars/test" ))
94+ )
8795 )
8896 ).via(StatsAggregator ())
8997 .runWith(Sink .head)
@@ -99,10 +107,12 @@ class AuthorsSpec
99107 implicit val repo = Authors .gitRepo(" .git/modules/core/src/test/resources/authors-test-repo" )
100108 val stats = Source (
101109 List (
102- Commit (" 901392a" ,
103- " message" ,
104- GitAuthor (" test" , " test1@test.lt" ),
105- Some (GithubAuthor (" test" , " http://users/test" , " http://avatars/test" )))
110+ Commit (
111+ " 901392a" ,
112+ " message" ,
113+ GitAuthor (" test" , " test1@test.lt" ),
114+ Some (GithubAuthor (" test" , " http://users/test" , " http://avatars/test" ))
115+ )
106116 )
107117 ).via(StatsAggregator ())
108118 .runWith(Sink .head)
0 commit comments