Skip to content

Commit

Permalink
updating Effective date in test
Browse files Browse the repository at this point in the history
  • Loading branch information
raj209 authored Mar 21, 2018
1 parent 2ed1130 commit 554c840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/home_controller_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class HomeControllerTest < ActionController::TestCase

test "default effective date for new user" do
sign_in @admin
time = Time.gm(2015,12,31).to_i
time = Time.gm(2016,12,31).to_i
user = User.new
assert_equal time, user.effective_date
end
Expand Down

0 comments on commit 554c840

Please sign in to comment.