update tool

This commit is contained in:
Xi Yan 2025-02-28 12:28:12 -08:00
parent d6f8bf20c9
commit a027e8ded8

View file

@ -36,6 +36,8 @@ def get_boiling_point(liquid_name: str, celcius: bool = True) -> int:
return -100 return -100
else: else:
return -212 return -212
else:
return -1
@pytest.fixture(scope="session") @pytest.fixture(scope="session")