Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
correct error in test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplantzzz committed Nov 1, 2022
1 parent bf7d29a commit 48eaffe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/truffle/test/scenarios/commands/unbox.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ describe("truffle unbox [ @standalone ]", () => {

beforeEach(() => {
tempDir = tmp.dirSync({ unsafeCleanup: true });
cleanupSandboxDir = tempDir.removeCallback;
config = { working_directory: tempDir.name };
config.logger = logger;
config = Config.default().merge(config);
Expand Down

0 comments on commit 48eaffe

Please sign in to comment.