Skip to content

Commit 151fd17

Browse files
committed
fix test.
1 parent 4c7fb31 commit 151fd17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dp-inntekt-api/src/test/kotlin/no/nav/dagpenger/inntekt/db/PostgresTest.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)