The tests work
This commit is contained in:
@@ -85,7 +85,7 @@ describe("receive command", () => {
|
||||
engine = mockEngine.engine;
|
||||
await engine.importTemplate(p2pkhTemplate);
|
||||
|
||||
app = await createMockAppService(engine);
|
||||
app = await createMockAppService(engine, mockEngine.state);
|
||||
|
||||
tempDir = mkdtempSync(path.join(tmpdir(), "xo-cli-receive-tests-"));
|
||||
});
|
||||
@@ -139,4 +139,4 @@ describe("receive command", () => {
|
||||
}
|
||||
},
|
||||
);
|
||||
});
|
||||
}, 1000);
|
||||
|
||||
Reference in New Issue
Block a user