Skip to content

Commit

Permalink
Removed debug print statement in the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Baguage committed Sep 18, 2016
1 parent aecf4dc commit 4472f6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ def test_get_legacy_response_data(self):
responses = self.qualtrics.getLegacyResponseData(SurveyID=self.survey_id)
self.assertIsNotNone(responses)
self.assertEqual(len(responses), 3)
print(self.qualtrics.response)

key, response = responses.popitem(last=False)
self.assertEqual(response["SubjectID"], "PY0001")
Expand Down

0 comments on commit 4472f6e

Please sign in to comment.