Skip to content

Commit

Permalink
adjust test script with updated dict
Browse files Browse the repository at this point in the history
  • Loading branch information
mh-northlander committed Nov 5, 2024
1 parent 38bad32 commit 24b6b88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test-scripts/20-put-docs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import argparse
from multiprocessing import Pool
import urllib3.request
import urllib3
import json
from pathlib import Path

Expand Down
4 changes: 2 additions & 2 deletions test-scripts/30-test-docs.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import argparse
from multiprocessing import Pool
import urllib3.request
import urllib3
import json
from pathlib import Path

Expand Down Expand Up @@ -31,7 +31,7 @@ def run(self):

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

def test107Daigaku(self):
docs = self.es.find("大学")
Expand Down

0 comments on commit 24b6b88

Please sign in to comment.