Skip to content

Commit

Permalink
added test case
Browse files Browse the repository at this point in the history
  • Loading branch information
leekt committed Dec 4, 2020
1 parent beee829 commit 014b809
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/whitelist/authorizeTransfer.js
Expand Up @@ -235,6 +235,12 @@ contract("whitelist / authorizeTransfer", (accounts) => {
);
});

it("can sell: lockup", async () => {
await contracts.dat.sell(trader, "100000000", 1, {
from: trader,
});
});

describe("after unlock", async () => {
beforeEach(async () => {
await time.increase(31);
Expand Down

0 comments on commit 014b809

Please sign in to comment.