Skip to content

Commit 50703a3

Browse files
committed
style(JdbcCategoryDaoTest): remove trailing commas.
Should be in 7de0591 commit.
1 parent 9683990 commit 50703a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/test/java/ru/mystamps/web/feature/category/JdbcCategoryDaoTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void getStatisticsOfWithSeriesWithAllStamps() {
9999
"/db/users-coder.sql",
100100
"/db/collections-coder.sql",
101101
"/db/categories-fauna.sql",
102-
"/db/series-1-fauna-qty5.sql",
102+
"/db/series-1-fauna-qty5.sql"
103103
},
104104
statements = {
105105
"INSERT INTO collections_series(collection_id, series_id, number_of_stamps) "
@@ -141,7 +141,7 @@ public void getStatisticsOfInRussian() {
141141
"/db/users-coder.sql",
142142
"/db/collections-coder.sql",
143143
"/db/categories-sport.sql",
144-
"/db/series-2-sport-qty3.sql",
144+
"/db/series-2-sport-qty3.sql"
145145
},
146146
statements = {
147147
"INSERT INTO collections_series(collection_id, series_id, number_of_stamps) "
@@ -162,7 +162,7 @@ public void getStatisticsOfInRussianWithFallbackToEnglish() {
162162
"/db/users-coder.sql",
163163
"/db/collections-coder.sql",
164164
"/db/categories-fauna.sql",
165-
"/db/series-1-fauna-qty5.sql",
165+
"/db/series-1-fauna-qty5.sql"
166166
},
167167
statements = {
168168
"INSERT INTO collections_series(collection_id, series_id, number_of_stamps) "

0 commit comments

Comments
 (0)