Skip to content

Commit ff9a4fc

Browse files
committed
updated test
1 parent d28b180 commit ff9a4fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/remote_tests/test_match_remote.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
class TestMatch(unittest.TestCase):
124124

125125
def test_gad_7_correct_size_dictionary_response(self):
126-
self.assertEqual(7, len(response.json()))
126+
self.assertEqual(8, len(response.json()))
127127

128128
def test_gad_7_first_question_conserved(self):
129129
self.assertEqual("Feeling nervous, anxious, or on edge", response.json()["questions"][0]["question_text"])

0 commit comments

Comments
 (0)