Skip to content

Commit a5509b8

Browse files
committed
chore: remove a couple TODOs about @SqlMergeMode
I've decied to not use @SqlMergeMode as implicit is better than explicit. At this moment, every test explicitly requires its dependencies and I'd like to keep this. If we "merge" everything together, than it won't be clear what records is needed (and affects) what test. Part of #1149
1 parent 9266067 commit a5509b8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public void getStatisticsOfWithEmptyCollection() {
5555
assertThat(statistics).isEmpty();
5656
}
5757

58-
// LATER: extract all "scripts" to a class level. Requires @SqlMergeMode from Spring 5.2
5958
@Test
6059
@Sql(
6160
scripts = {

src/test/java/ru/mystamps/web/feature/country/JdbcCountryDaoTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ public void getStatisticsOfWithEmptyCollection() {
119119
assertThat(statistics).isEmpty();
120120
}
121121

122-
// LATER: extract all "scripts" to a class level. Requires @SqlMergeMode from Spring 5.2
123122
@Test
124123
@Sql(
125124
scripts = {

0 commit comments

Comments
 (0)