mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 23:45:21 +02:00
Fix time tolerance failure
This commit is contained in:
parent
03103148ad
commit
4ada15222c
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue