Skip to content

Commit 8ddda6d

Browse files
committed
fix typo
1 parent 1082ec9 commit 8ddda6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/handlers/search/users/test_search_users.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def test_search_request_limit(self):
5050
response = SearchUsers(params, {}, elasticsearch=self.elasticsearch).main()
5151
result = json.loads(response['body'])
5252
self.assertEqual(len(result), 20)
53-
# limit 指定なし
53+
# limit 指定
5454
params = {
5555
'queryStringParameters': {
5656
'limit': '10',

0 commit comments

Comments
 (0)