From 21423d4b7f49284ea4f76afe1939fdc2693d5742 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Mon, 11 Dec 2023 09:14:47 +0000 Subject: Revert r22504 that missing a necessary file (#39500). git-svn-id: https://svn.redmine.org/redmine/trunk@22511 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/unit/user_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/user_test.rb') diff --git a/test/unit/user_test.rb b/test/unit/user_test.rb index e89381a68..823365842 100644 --- a/test/unit/user_test.rb +++ b/test/unit/user_test.rb @@ -192,7 +192,7 @@ class UserTest < ActiveSupport::TestCase def test_user_before_create_should_set_the_mail_notification_to_the_default_setting user1 = User.generate! - assert_equal 'only_assigned', user1.mail_notification + assert_equal 'only_my_events', user1.mail_notification with_settings :default_notification_option => 'all' do user2 = User.generate! assert_equal 'all', user2.mail_notification -- cgit v1.2.3