Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Commit 0ed2568

Browse files
committed
organize the tests a bit better
1 parent 2f764b8 commit 0ed2568

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/setToken-base.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ contract("{Set}", (accounts) => {
262262
INVALID_OPCODE,
263263
);
264264
});
265-
265+
});
266+
267+
describe("of overflow units", async () => {
266268
it("should disallow issuing a quantity of tokens that would trigger an overflow", async () => {
267269
const overflowUnits = gWei(2).div(5);
268270

0 commit comments

Comments
 (0)