« get me outta code hell

test: update cacheable-object tests (unit) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-04-24 18:01:58 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-04-24 18:01:58 -0300
commitba8272671e86d21327ac3ae21bf5ac8a105f9662 (patch)
tree93d7ec436d93d942b3117a9220fa684e841a3253
parent079b2bb3ed1561b1953139a03a31b37c9da868c4 (diff)
test: update cacheable-object tests (unit)
-rw-r--r--test/unit/data/cacheable-object.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/data/cacheable-object.js b/test/unit/data/cacheable-object.js
index 8c31a5b..4b92724 100644
--- a/test/unit/data/cacheable-object.js
+++ b/test/unit/data/cacheable-object.js
@@ -4,7 +4,7 @@ import CacheableObject from '#cacheable-object';
 
 function newCacheableObject(PD) {
   return new (class extends CacheableObject {
-    static propertyDescriptors = PD;
+    static [CacheableObject.propertyDescriptors] = PD;
   });
 }