platform-contracts icon indicating copy to clipboard operation
platform-contracts copied to clipboard

Unimplemented tests in ETOCommitment.js

Open djudjuu opened this issue 6 years ago • 0 comments

Those tests are not being implemented. Is this intended? If so we could leave a NOTE or so in there...

   2548  it("mixed currency with fixed slots and successful", async () => {});
   2549:      it("mixed currency and refunded");
   2550:      it("mixed currency with fixed slots and refunded");
   2551:      it("ether only and successful");
   2552:      it("euro only and successful");
   2553:      it("with min cap empty commitment");
   2675:      it("ether only and successful");
   2676:      it("euro only and successful");

djudjuu avatar Nov 05 '19 12:11 djudjuu