Author: Michael Lynch <git@mtlynch.io>
Committer: Michael Lynch <mtlynch@noreply.codeberg.org>
Replace duplicated mustCreateToken test helpers with MustCreateToken (#176) mustCreateToken was duplicated across test packages. Adding MustCreateToken to the login_token package lets tests share one validated constructor alongside the existing MustCreateUserID and MustCreateEmailAddress helpers. Reviewed-on: https://codeberg.org/mtlynch/little-moments/pulls/176