Fix name collision clean up bug and flakey test.

This commit is contained in:
Cody Henthorne
2026-03-18 09:51:30 -04:00
committed by Michelle Tang
parent b62b5ea8ef
commit b4296c1e4b
2 changed files with 12 additions and 1 deletions

View File

@@ -366,7 +366,7 @@ class NameCollisionTables(
writableDatabase
.delete(NameCollisionMembershipTable.TABLE_NAME)
.where("${NameCollisionMembershipTable.COLLISION_ID} = ?")
.where("${NameCollisionMembershipTable.COLLISION_ID} = ?", collision.id)
.run()
if (collision.members.size < 2) {