fix: レビュー指摘内容を反映

This commit is contained in:
Y_SAKAI 2022-08-10 09:25:00 +09:00
parent bf5fedbfa3
commit d935bc2c3d

View File

@ -74,4 +74,4 @@ class TestJsonParser():
sut.parse()
# Expects
assert str(e.value) == "Expecting property name enclosed in double quotes: line 3 column 13 (char 42)"
assert "Expecting property name enclosed in double quotes:" in str(e.value)