gildlab / ethgild

Other
2 stars 3 forks source link

most of the TestReceipt usages in the tests are uninitialized #157

Closed thedavidmeister closed 3 weeks ago

thedavidmeister commented 1 month ago

TestReceipt inherits Receipt which is an implementation contract, i.e. it is supposed to be cloned and initialized

that means that the constructor doesn't do anything and it has to be cloned to be testing what actually happens