Explorar o código

Remove bad SafeCast test

Francisco Giordano %!s(int64=4) %!d(string=hai) anos
pai
achega
47e37975c9
Modificáronse 1 ficheiros con 0 adicións e 7 borrados
  1. 0 7
      test/utils/SafeCast.test.js

+ 0 - 7
test/utils/SafeCast.test.js

@@ -73,13 +73,6 @@ contract('SafeCast', async (accounts) => {
         'SafeCast: value must be positive',
       );
     });
-
-    it(`reverts when casting UINT256_MAX (${maxUint256})`, async function () {
-      await expectRevert(
-        this.safeCast.toUint256(maxUint256),
-        'SafeCast: value must be positive',
-      );
-    });
   });
 
   function testToInt (bits) {