guys I am trying to run a test on hardhat but when I do it it gives me deafault checks these: ✔️ Should set the right unlockTime (1793ms)
Should set the right owner
✔️ Must receive and store the funds to be locked.
Must fail if the unlock time is not in the future (45ms).
Withdrawals
Validation
Must return with correct error if called too early.
Should return with the correct error if called from another account.
Should not fail if the unlock time has arrived and the owner calls it.
Events
Should issue an event for withdrawals.
Transfers
Should transfer funds to the owner
Jan 17, 2023, 7:04 PM
I dont understand what the problem is. Can you rephrase?
Jan 17, 2023, 7:50 PM
basically I am testing a smart contract I start the test but from another test but not the one I asked for
Jan 17, 2023, 7:58 PM
Weird. How r you launching the tests? the command you use
Jan 17, 2023, 8:13 PM
npx hardhat test?
Jan 18, 2023, 12:45 PM
If that's all the command, it should run all the tests you have. If you also add that it only run the tests of a file but it also runs all of them, that would be weird
Jan 18, 2023, 1:05 PM