mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-18 07:36:24 -07:00
Update TestPre2021Migration with proper assertion
This commit is contained in:
parent
442319e77a
commit
625aadb0d0
1 changed files with 1 additions and 1 deletions
|
@ -97,6 +97,6 @@ func TestPre2021Migration(t *testing.T) {
|
|||
t.FailNow()
|
||||
}
|
||||
migrated, err := migrator.MigrateDB()
|
||||
assert.True(t, migrated)
|
||||
assert.False(t, migrated)
|
||||
assert.NoError(t, err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue