Skip to content

Commit c83fec1

Browse files
committed
fixing lint error
1 parent 0ecfceb commit c83fec1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/test_categories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def test_get_survey_topics(self):
2828
self.assertEqual(len(responses.calls), 1)
2929
self.assertEqual(responses.calls[0].response.json(), survey_topics_json)
3030

31+
3132
class TestStudyMetadataEndpoint(unittest.TestCase):
3233
def setUp(self):
3334
self.api = DemandAPIClient(client_id='test', username='testuser', password='testpass', base_host=BASE_HOST)

tests/test_files/get_survey_topics.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
"survey": {
33
"topic": "milk"
44
}
5-
}
5+
}

0 commit comments

Comments
 (0)