style: ファイル名の変更

This commit is contained in:
Y_SAKAI 2022-08-16 10:09:25 +09:00
parent d935bc2c3d
commit ede652b8af
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import pytest
from src.parser.json_parse import JsonParser
from src.parser.json_parser import JsonParser
class TestJsonParser():