This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a commit to branch scarf-pixel
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/scarf-pixel by this push:
new 920bf8a35c c'mon, tests!
920bf8a35c is described below
commit 920bf8a35c8efcf7a688d2066367013d1a6eff1b
Author: Evan Rusackas <[email protected]>
AuthorDate: Thu Nov 30 14:49:18 2023 -0700
c'mon, tests!
---
superset-frontend/spec/helpers/shim.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/superset-frontend/spec/helpers/shim.tsx
b/superset-frontend/spec/helpers/shim.tsx
index 23dd0024b9..8270c56317 100644
--- a/superset-frontend/spec/helpers/shim.tsx
+++ b/superset-frontend/spec/helpers/shim.tsx
@@ -56,7 +56,7 @@ g.window.IntersectionObserver ??= IntersectionObserver;
g.window.ResizeObserver ??= ResizeObserver;
g.window.featureFlags ??= {};
g.URL.createObjectURL ??= () => '';
-g.caches ??= new CacheStorage();
+g.caches = new CacheStorage();
Object.defineProperty(window, 'matchMedia', {
writable: true,