* Ensure both DeleteAt and UpdateAt are set to same value

* fix another point this could happen

* Revert "fix another point this could happen"

This reverts commit 5deb102e782bcc1da103b1b10715c066d9cc6130.
Этот коммит содержится в:
Scott Bishel
2020-01-10 03:30:07 -07:00
коммит произвёл Miguel de la Cruz
родитель 37ce413b7d
Коммит 7a3af8555f

Просмотреть файл

@@ -3688,7 +3688,7 @@ func testMaterializedPublicChannels(t *testing.T, ss store.Store, s SqlSupplier)
})
o1.DeleteAt = model.GetMillis()
o1.UpdateAt = model.GetMillis()
o1.UpdateAt = o1.DeleteAt
e := ss.Channel().Delete(o1.Id, o1.DeleteAt)
require.Nil(t, e, "channel should have been deleted")