File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
dp-inntekt-api/src/test/kotlin/no/nav/dagpenger/inntekt/db Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ internal class PostgresTest {
33
33
fun `Migration scripts are applied successfully` () {
34
34
withCleanDb {
35
35
val migrations = migrate(DataSource .instance)
36
- assertEquals(10 , migrations, " Wrong number of migrations" )
36
+ assertEquals(11 , migrations, " Wrong number of migrations" )
37
37
}
38
38
}
39
39
@@ -51,7 +51,7 @@ internal class PostgresTest {
51
51
fun `Migration of testdata ` () {
52
52
withCleanDb {
53
53
val migrations = migrate(DataSource .instance, locations = listOf (" db/migration" , " db/testdata" ))
54
- assertEquals(15 , migrations, " Wrong number of migrations" )
54
+ assertEquals(16 , migrations, " Wrong number of migrations" )
55
55
}
56
56
}
57
57
You can’t perform that action at this time.
0 commit comments