Improved text expression.
This commit is contained in:
parent
3e2648314d
commit
a36a325fd7
1 changed files with 1 additions and 1 deletions
|
@ -410,7 +410,7 @@ class TicketNotificationTest < ActiveSupport::TestCase
|
|||
assert_match( /Priority/, template[:body] )
|
||||
assert_match( /1 low/, template[:body] )
|
||||
assert_match( /2 normal/, template[:body] )
|
||||
assert_match( /update/, template[:subject] )
|
||||
assert_match( /updated/i, template[:subject] )
|
||||
|
||||
# en notification
|
||||
body = NotificationFactory.build(
|
||||
|
|
Loading…
Reference in a new issue