From c36993fd18a1f5de02dbaf6bdb56b0b34bafc4a9 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 4 Jan 2015 21:31:45 +0100 Subject: [PATCH] Fixed wrong test. --- test/unit/ticket_notification_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/ticket_notification_test.rb b/test/unit/ticket_notification_test.rb index 2f5108afb..816d3adf3 100644 --- a/test/unit/ticket_notification_test.rb +++ b/test/unit/ticket_notification_test.rb @@ -416,7 +416,7 @@ class TicketNotificationTest < ActiveSupport::TestCase assert_match( /Priorität/, body ) assert_match( /1 niedrig/, body ) - assert_match( /3 normal/, body ) + assert_match( /2 normal/, body ) end