Rename gas state name

This commit is contained in:
lash
2022-03-11 11:05:56 +00:00
parent fce9bce6fc
commit 0682dd8ed3
2 changed files with 4 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ class TestShep(TestShepBase):
self.state.put('foo', 'bar')
self.state.set('foo', self.state.FINAL)
with self.assertRaises(StateTransitionInvalid):
self.state.move('foo', self.state.GAS_ISSUES)
self.state.move('foo', self.state.INSUFFICIENT_FUNDS)
if __name__ == '__main__':