Skip to content

Commit

Permalink
remove only to test all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
huaigu committed Jul 14, 2022
1 parent 2ad29d2 commit ec5ca18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/XXXDAOGenesisMint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// We import Chai to use its asserting functions here.
const { expect } = require("chai");
// an async function.
describe.only("XXXDAOGenesisMint Contract", function () {
describe("XXXDAOGenesisMint Contract", function () {

let daoNFTToken;
let hardhatContract;
Expand Down

0 comments on commit ec5ca18

Please sign in to comment.