@@ -99,7 +99,7 @@ public void getStatisticsOfWithSeriesWithAllStamps() {
99
99
"/db/users-coder.sql" ,
100
100
"/db/collections-coder.sql" ,
101
101
"/db/categories-fauna.sql" ,
102
- "/db/series-1-fauna-qty5.sql" ,
102
+ "/db/series-1-fauna-qty5.sql"
103
103
},
104
104
statements = {
105
105
"INSERT INTO collections_series(collection_id, series_id, number_of_stamps) "
@@ -141,7 +141,7 @@ public void getStatisticsOfInRussian() {
141
141
"/db/users-coder.sql" ,
142
142
"/db/collections-coder.sql" ,
143
143
"/db/categories-sport.sql" ,
144
- "/db/series-2-sport-qty3.sql" ,
144
+ "/db/series-2-sport-qty3.sql"
145
145
},
146
146
statements = {
147
147
"INSERT INTO collections_series(collection_id, series_id, number_of_stamps) "
@@ -162,7 +162,7 @@ public void getStatisticsOfInRussianWithFallbackToEnglish() {
162
162
"/db/users-coder.sql" ,
163
163
"/db/collections-coder.sql" ,
164
164
"/db/categories-fauna.sql" ,
165
- "/db/series-1-fauna-qty5.sql" ,
165
+ "/db/series-1-fauna-qty5.sql"
166
166
},
167
167
statements = {
168
168
"INSERT INTO collections_series(collection_id, series_id, number_of_stamps) "
0 commit comments