You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'Error in "CustomErrorWithUint" custom error: Error in the 1st argument assertion: expected 1 to equal 2. The numerical values of the given "bigint" and "number" inputs were compared, and they differed'
241
+
);
242
+
});
236
243
});
237
244
238
-
it("should work with two arguments",asyncfunction(){
'Error in "CustomErrorWithUintAndString" custom error: Error in the 1st argument assertion: expected 1 to equal 2. The numerical values of the given "bigint" and "number" inputs were compared, and they differed'
'Error in "CustomErrorWithUintAndString" custom error: Error in the 1st argument assertion: The predicate threw when called: user-defined error'
298
+
);
299
+
});
274
300
});
275
301
276
302
describe("different number of arguments",function(){
@@ -317,7 +343,7 @@ describe("INTEGRATION: Reverted with custom error", function () {
317
343
.withArgs([3,2])
318
344
).to.be.rejectedWith(
319
345
AssertionError,
320
-
'expected 1 to equal 3. The numerical values of the given "bigint" and "number" inputs were compared, and they differed.'
346
+
'Error in "CustomErrorWithPair" custom error: Error in the 1st argument assertion: Error in the 1st argument assertion: expected 1 to equal 3. The numerical values of the given "bigint" and "number" inputs were compared, and they differed'
0 commit comments