// [!region all]
// [!region command]
$ forge test
// [!endregion command]
// [!region output]
Solc 0.8.10 finished in 635.50ms
Compiler run [32msuccessful[0m!
Ran 1 test for test/Safe.t.sol:SafeTest
[32m[PASS][0m testFuzz_Withdraw(uint96) (runs: 256, μ: 40722, ~: 40932)
Suite result: [32mok[0m. [32m1[0m passed; [31m0[0m failed; [33m0[0m skipped; finished in 4.47ms (4.14ms CPU time)
Ran 1 test suite in 8.03ms (4.47ms CPU time): [32m1[0m tests passed, [31m0[0m failed, [33m0[0m skipped (1 total tests)
// [!endregion output]
// [!endregion all]
