Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmay-browserstack committed Sep 18, 2024
1 parent d487b6a commit 70f370f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/discovery.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ export function createDiscoveryQueue(percy) {
}
return resource;
},
saveResource: r => { snapshot.resources.set(r.url, r); if (!r.root) { cache.set(r.url, r); } }
saveResource: r => { snapshot.resources.set(r.url, r); cache.set(r.url, r); }
}
});

Expand Down

0 comments on commit 70f370f

Please sign in to comment.