1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-04 05:02:41 +03:00

Fix logger imports in tests

This commit is contained in:
Travis Ralston
2019-12-10 11:39:56 -07:00
parent 3dfde6bf6a
commit ca6a52727c
17 changed files with 17 additions and 17 deletions

View File

@@ -18,7 +18,7 @@ import '../../../olm-loader';
import MemoryCryptoStore from '../../../../lib/crypto/store/memory-crypto-store.js';
import MockStorageApi from '../../../MockStorageApi';
import logger from '../../../../src/logger';
import logger from '../../../../lib/logger';
import OlmDevice from '../../../../lib/crypto/OlmDevice';
import olmlib from '../../../../lib/crypto/olmlib';