Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Jan 21, 2025
1 parent e2188d9 commit 71aa530
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 78 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1418,7 +1418,6 @@ function ensureLion() {
assertDoesNotThrow(() => {
entry = CoreCache.lookup('lion');
});
console.debug('ENTRY', entry, JSON.stringify(entry), typeof entry);
assert(
entry instanceof CacheEntry,
true,
Expand Down
Loading

0 comments on commit 71aa530

Please sign in to comment.