From fbba548e0b623b79dcc7b9d4814d49bf16681188 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Fri, 23 Jan 2015 11:44:12 +0100 Subject: [PATCH] Removed wrong test. --- test/unit/ticket_notification_test.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/unit/ticket_notification_test.rb b/test/unit/ticket_notification_test.rb index 18c3219e1..ad3134599 100644 --- a/test/unit/ticket_notification_test.rb +++ b/test/unit/ticket_notification_test.rb @@ -440,8 +440,6 @@ class TicketNotificationTest < ActiveSupport::TestCase # de template template = bg.template_update(agent1, ticket1, article, human_changes) assert( template[:subject] ) - assert( template[:subject] ) - assert_match( /Bobs's resumé/, template[:subject] ) assert( template[:body] ) assert_match( /Priority/, template[:body] ) assert_match( /1 low/, template[:body] )