We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c6fc7 commit f39ac42Copy full SHA for f39ac42
tests/test_gas_state.py
@@ -60,7 +60,7 @@ def test_get_item_out_of_range(idx):
60
def test_get_item_valid():
61
# arrange
62
sut = ppmc.GasState(GAS_DATA_MINIMAL)
63
- sut.__setitem__(0,44)
+ sut[0] = 44
64
# act
65
value = sut[0]
66
0 commit comments