diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-02-25 12:41:50 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-02-25 12:41:50 +0000 |
commit | 6ca1a7bb36b176b07572582c514f359d6176f8ac (patch) | |
tree | c27c030e57eec8dbb857c8165411c8299166fa35 /t/app/model/problem.t | |
parent | cebc2d4fe88228a9864e737c9cdbdf94629f1554 (diff) |
Make sure bodies returned in consistent order.
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r-- | t/app/model/problem.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t index 7303eedac..fa8cf89ae 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -465,8 +465,8 @@ foreach my $test ( { desc => 'email to two tier council', unset_whendef => 1, email_count => 1, - to => qr'Gloucestershire County Council.*Cheltenham Borough Council', - dear => qr'Dear Gloucestershire County Council and Cheltenham Borough', + to => qr'Cheltenham Borough Council.*Gloucestershire County Council', + dear => qr'Dear Cheltenham Borough Council and Gloucestershire County', body => '2226,2326', multiple => 1, }, { |