Skip to content

Commit

Permalink
Remove temporary BR Metadata test TODO hack
Browse files Browse the repository at this point in the history
  • Loading branch information
kaoru committed Dec 23, 2014
1 parent 74ac12f commit dd4d35b
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions t/06-countries.t
Expand Up @@ -92,17 +92,14 @@ plan tests => 16;
($prev_month, $prev_months_year);
};

TODO: {
local $TODO = "BR metadata for October didn't get generated property :-(";
ok(
$metadata->get_average_price(
'range' => 'monthly',
'year' => $prev_months_year,
'month' => $prev_month,
'listing_type' => 'buy',
),
"metadata - got average price for $place_name, $country, $prev_months_year-$prev_month"
);
};
ok(
$metadata->get_average_price(
'range' => 'monthly',
'year' => $prev_months_year,
'month' => $prev_month,
'listing_type' => 'buy',
),
"metadata - got average price for $place_name, $country, $prev_months_year-$prev_month"
);
}
}

0 comments on commit dd4d35b

Please sign in to comment.