fix(FN-5188): complete Step 5 — restore green verification
Fusion-Task-Id: FN-5188 Fusion-Task-Lineage: 6d238ff1-2d69-44e7-8694-ec19e412f8ef
This commit is contained in:
committed by
gsxdsm
parent
9c59f1da0d
commit
7fe6cd362a
@@ -316,7 +316,7 @@ describe("Database", () => {
|
||||
expect(bootstrappedAt).toBeGreaterThan(0);
|
||||
expect(bootstrappedAt).toBeLessThanOrEqual(Date.now());
|
||||
|
||||
const reopened = new Database(tempDir);
|
||||
const reopened = new Database(fusionDir);
|
||||
reopened.init();
|
||||
try {
|
||||
expect(reopened.getBootstrappedAt()).toBe(bootstrappedAt);
|
||||
|
||||
Reference in New Issue
Block a user