1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 15:35:22 +02:00

Fix time tolerance failure

This commit is contained in:
Zach Gollwitzer 2025-05-02 14:51:28 -04:00
parent 03103148ad
commit 4ada15222c

View file

@ -30,8 +30,7 @@ class SubscriptionsControllerTest < ActionDispatch::IntegrationTest
post start_trial_subscription_path
assert_redirected_to root_path
assert_equal onboard_time, @user.reload.onboarded_at
assert_equal trial_start_time, @user.family.reload.trial_started_at
assert @user.reload.family.trial_started_at < Date.current
end
test "redirects to settings if self hosting" do