feat: JST対応に伴うテスト修正

This commit is contained in:
shimoda.m@nds-tyo.co.jp 2023-08-01 19:29:32 +09:00
parent 830cbdee48
commit 0fb9fd58e9

View File

@ -39,6 +39,7 @@ class TestImportFileToDb:
self.db = database
self.db.connect()
self.db.execute("set sql_mode = 'TRADITIONAL';")
self.db.to_jst()
# self.db.begin()
# testing