Skip to content

Commit 7ac7a94

Browse files
committed
fix formatting in test_gas_state
1 parent f53bdc5 commit 7ac7a94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_gas_state.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
GAS_DATA_MINIMAL = ppmc.GasData(GAS_DATA_CTOR_ARG_MINIMAL)
1818

19+
1920
class TestGasState:
2021
@staticmethod
2122
def test_ctor_error():
@@ -107,6 +108,7 @@ def test_get_mix_rats():
107108

108109
assert len(sut.mix_rats) == len(sut)
109110

111+
110112
# @staticmethod
111113
# def test_to_json():
112114
# # arrange

0 commit comments

Comments
 (0)