diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-12-13 15:48:48 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-12-15 00:11:06 +0000 |
commit | 9fb130a0ab1bd36e977439b7697fba5fec5b1f00 (patch) | |
tree | e9c8f3fce2ecf110172b9359e48c436b10e66fee /t/app/controller/report_updates.t | |
parent | 48d290abd549a623e3af4b62127668cf92018d9c (diff) |
Rename council column to bodies_str, and all the related code.
Diffstat (limited to 't/app/controller/report_updates.t')
-rw-r--r-- | t/app/controller/report_updates.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/report_updates.t b/t/app/controller/report_updates.t index 2c7294222..2d49d3eef 100644 --- a/t/app/controller/report_updates.t +++ b/t/app/controller/report_updates.t @@ -553,7 +553,7 @@ for my $test ( subtest $test->{desc} => sub { $report->comments->delete; if ( $test->{ report_councils } ) { - $report->council( $test->{ report_councils } ); + $report->bodies_str( $test->{ report_councils } ); $report->update; } @@ -633,7 +633,7 @@ $user->from_body(0); $user->update; $report->state('confirmed'); -$report->council('2504'); +$report->bodies_str('2504'); $report->update; for my $test ( |