fixed tweet time display to show when the tweet was actually posted

This commit is contained in:
2026-04-04 12:29:54 -04:00
parent bd0f5d52c2
commit 1ed136e637
2 changed files with 18 additions and 4 deletions

View File

@@ -10,7 +10,9 @@ defmodule MixerWeb.PageControllerTest do
email: "test@example.com",
password: "Password1!",
password_confirmation: "Password1!"
}, authorize?: false)
},
authorize?: false
)
|> Ash.create!()
conn =