Skip to content

Commit 24b6b88

Browse files
adjust test script with updated dict
1 parent 38bad32 commit 24b6b88

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test-scripts/20-put-docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import argparse
22
from multiprocessing import Pool
3-
import urllib3.request
3+
import urllib3
44
import json
55
from pathlib import Path
66

test-scripts/30-test-docs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import argparse
22
from multiprocessing import Pool
3-
import urllib3.request
3+
import urllib3
44
import json
55
from pathlib import Path
66

@@ -31,7 +31,7 @@ def run(self):
3131

3232
def test57Games(self):
3333
games = self.es.find("ゲーム")
34-
self.assertEq(57, games["hits"]["total"]["value"])
34+
self.assertEq(59, games["hits"]["total"]["value"])
3535

3636
def test107Daigaku(self):
3737
docs = self.es.find("大学")

0 commit comments

Comments
 (0)