feat: JST対応に伴うテスト修正
This commit is contained in:
parent
830cbdee48
commit
0fb9fd58e9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user