From f64ca10c3dfd40e1deda5aa7cf3397305575117e Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Wed, 15 Feb 2023 00:39:54 +0100 Subject: [PATCH] test(simulator): use named import MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- test/utils/UtilsTest.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/utils/UtilsTest.ts b/test/utils/UtilsTest.ts index dcdf7896..15099685 100644 --- a/test/utils/UtilsTest.ts +++ b/test/utils/UtilsTest.ts @@ -1,4 +1,4 @@ -import expect from 'expect'; +import { expect } from 'expect'; import { Constants } from '../../src/utils/Constants'; import { Utils } from '../../src/utils/Utils'; -- 2.34.1