« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/data-tests/test-order-of-album-groups.js
diff options
context:
space:
mode:
Diffstat (limited to 'data-tests/test-order-of-album-groups.js')
-rw-r--r--data-tests/test-order-of-album-groups.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/data-tests/test-order-of-album-groups.js b/data-tests/test-order-of-album-groups.js
index de2fcbe..57500e3 100644
--- a/data-tests/test-order-of-album-groups.js
+++ b/data-tests/test-order-of-album-groups.js
@@ -1,4 +1,4 @@
-import * as util from 'util';
+import {inspect} from 'node:util';
 
 export default function({
   albumData,
@@ -38,7 +38,7 @@ export default function({
   for (const album of badAlbums) {
     console.log('-', album);
     for (const group of album.groups) {
-      console.log(`  - ${util.inspect(group)}`)
+      console.log(`  - ${inspect(group)}`)
     }
   }