This commit is contained in:
Till Faelligen 2022-12-09 11:10:41 +01:00
parent b06a29dd6d
commit 84b3348cad
No known key found for this signature in database
GPG key ID: ACCDC9606D472758

View file

@ -248,7 +248,7 @@ func TestUpdateNoPrevID(t *testing.T) {
UserID: remoteUserID,
}
err := updater.Update(ctx, event)
updater.CleanUp()
if err != nil {
t.Fatalf("Update returned an error: %s", err)
}