We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bad32 commit 24b6b88Copy full SHA for 24b6b88
test-scripts/20-put-docs.py
@@ -1,6 +1,6 @@
1
import argparse
2
from multiprocessing import Pool
3
-import urllib3.request
+import urllib3
4
import json
5
from pathlib import Path
6
test-scripts/30-test-docs.py
@@ -31,7 +31,7 @@ def run(self):
31
32
def test57Games(self):
33
games = self.es.find("ゲーム")
34
- self.assertEq(57, games["hits"]["total"]["value"])
+ self.assertEq(59, games["hits"]["total"]["value"])
35
36
def test107Daigaku(self):
37
docs = self.es.find("大学")
0 commit comments