Bump schema version in database test case
This commit is contained in:
parent
0e96fa95fb
commit
4875b66485
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ class Geary.ImapDB.DatabaseTest : TestCase {
|
|||
);
|
||||
db.open.end(async_result());
|
||||
|
||||
assert_int(25, db.get_schema_version(), "Post-upgrade version");
|
||||
assert_int(26, db.get_schema_version(), "Post-upgrade version");
|
||||
|
||||
// Since schema v22 deletes the re-creates all attachments,
|
||||
// attachment 12 should no longer exist on the file system and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue