Skip to content

Commit

Permalink
Fix CSV download test
Browse files Browse the repository at this point in the history
  • Loading branch information
contolini committed Mar 21, 2016
1 parent fd06051 commit fddef27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapusaurus/api/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def test_api_tables_csv(self):
"peer_mma_pct":"Odds Ratio in MMA","peer_lma_pct":"Odds Ratio in LMA",
"peer_lma":"Total Peer LAR in LMA","peer_mma":"Total Peer LAR in MMA",
"peer_hma":"Total Peer LAR in HMA",
"odds_lma":"odds LMA","odds_mma":"Odds MMA","odds_hma":"Odds HMA"}
"odds_lma":"Odds LMA","odds_mma":"Odds MMA","odds_hma":"Odds HMA"}
for key in keys:
self.assertTrue(header_dict[key] in result_dict.keys())
self.assertTrue(len(result_dict[header_dict['msa_or_county_id']]) > 0)

0 comments on commit fddef27

Please sign in to comment.