Skip to content

Commit

Permalink
Updates expectation of the test.
Browse files Browse the repository at this point in the history
This test should be changed to decouple it from the RTF bibliography
formatter.
  • Loading branch information
Carles Pina committed Sep 23, 2015
1 parent 73aa4ba commit 28293f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MendeleyHttpClient_test.py
Expand Up @@ -63,8 +63,8 @@ def test_formatCitationsAndBibliography(self):
bibliography = open(response1.body.bibliography).read()

expected = """{\\rtf
\\par\\sl288\\slmult1\\sb0\\sa140\\li480\\fi-480 Evans, G., & Jr, G. E. (2002). Title02.
\\par\\sl288\\slmult1\\sb0\\sa140\\li480\\fi-480 Smith, J., & Jr, J. S. (2001). Title01.
\\par\\pard\\sl288\\slmult1\\sb0\\sa140\\li480\\fi-480 Evans, G., & Jr, G. E. (2002). Title02.
\\par\\pard\\sl288\\slmult1\\sb0\\sa140\\li480\\fi-480 Smith, J., & Jr, J. S. (2001). Title01.
}"""
self.assertEqual(
Expand Down

0 comments on commit 28293f5

Please sign in to comment.