migrate ResourceAuthenticator into here from separate package
[squeep-authentication-module] / test / lib / common.js
index 82b80f0db7a18f7e1ef35b2b13bccdec18d671a0..5ddc3d752a4c3b0778062a4da2e886019f6831f1 100644 (file)
@@ -1,7 +1,7 @@
 /* eslint-env mocha */
 'use strict';
 
-const assert = require('assert');
+const assert = require('node:assert');
 const sinon = require('sinon');
 const stubLogger = require('../stub-logger');
 const common = require('../../lib/common');