The minimization implementation does not minimize as I would expect if all inputs cause the failure: ``` def asdf(s): assert False with DeltaDebugger() as dd: asdf("test") print(dd) ```