Skip to content

Commit

Permalink
Updates style title to match upstream.
Browse files Browse the repository at this point in the history
MD-19850 #time 10m
unit-tests: other: fix unit test
reviewed-by: Robert Knight
  • Loading branch information
Carles Pina committed Jan 21, 2014
1 parent 6b9fd20 commit 35ebd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MendeleyHttpClient_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_styleName_getFromUrl(self):
response = self.client.styleName_getFromUrl(
{"citationStyleUrl": "http://www.zotero.org/styles/apa"})
self.assertEqual(response.status, 200)
self.assertEqual(response.body.citationStyleName, "American Psychological Association 6th Edition")
self.assertEqual(response.body.citationStyleName, "American Psychological Association 6th edition")

def test_citationStyles_default(self):
response = self.client.citationStyles_default()
Expand Down

0 comments on commit 35ebd7f

Please sign in to comment.