Skip to content

Commit

Permalink
Re-enabled tests
Browse files Browse the repository at this point in the history
See: c13b12f

*This commit is related to issue #529 [1]*

[1] #529
  • Loading branch information
JaniruTEC committed Apr 13, 2024
1 parent 95eede5 commit b3449f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -813,7 +813,7 @@ class UpgradeDatabaseTest {
for (preTable in pre13Tables) {
preTable.value.use { preCursor ->
Sql.query(preTable.key).executeOn(migratedDb).use { postCursor ->
//assertCursorEquals(preCursor, postCursor)
assertCursorEquals(preCursor, postCursor)
}
}
}
Expand Down Expand Up @@ -892,7 +892,7 @@ class UpgradeDatabaseTest {
for (preTable in pre13Tables) {
preTable.value.use { preCursor ->
Sql.query(preTable.key).executeOn(migratedDb).use { postCursor ->
//assertCursorEquals(preCursor, postCursor)
assertCursorEquals(preCursor, postCursor)
}
}
}
Expand Down

0 comments on commit b3449f0

Please sign in to comment.