diff --git a/cmd/gochan-migration/internal/pre2021/pre2021_test.go b/cmd/gochan-migration/internal/pre2021/pre2021_test.go index 71a651b9..02e23733 100644 --- a/cmd/gochan-migration/internal/pre2021/pre2021_test.go +++ b/cmd/gochan-migration/internal/pre2021/pre2021_test.go @@ -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) }