def test_forget(self): res = EagerResult('x', 'x', states.RETRY) res.forget()
def test_forget(self): res = EagerResult("x", "x", states.RETRY) res.forget()