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 {
3333 fun `Migration scripts are applied successfully` () {
3434 withCleanDb {
3535 val migrations = migrate(DataSource .instance)
36- assertEquals(10 , migrations, " Wrong number of migrations" )
36+ assertEquals(11 , migrations, " Wrong number of migrations" )
3737 }
3838 }
3939
@@ -51,7 +51,7 @@ internal class PostgresTest {
5151 fun `Migration of testdata ` () {
5252 withCleanDb {
5353 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" )
5555 }
5656 }
5757
You can’t perform that action at this time.
0 commit comments