From 96ce2fd2d3a0d002157a48ef25a464b744984e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Sorianello?= Date: Wed, 8 Sep 2021 14:47:23 -0300 Subject: [PATCH] Fix usage formatter test --- src/formatter/usage_formatter_spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/formatter/usage_formatter_spec.ts b/src/formatter/usage_formatter_spec.ts index 89da62e57..5c8545124 100644 --- a/src/formatter/usage_formatter_spec.ts +++ b/src/formatter/usage_formatter_spec.ts @@ -125,8 +125,8 @@ describe('UsageFormatter', () => { │ Pattern / Text │ Duration │ Location │ ├────────────────┼──────────┼───────────────────┤ │ /def?/ │ 1.50ms │ usage_steps.ts:16 │ - │ def │ 2ms │ a.feature:3 │ - │ de │ 1ms │ a.feature:4 │ + │ def │ 2.00ms │ a.feature:3 │ + │ de │ 1.00ms │ a.feature:4 │ ├────────────────┼──────────┼───────────────────┤ │ abc │ UNUSED │ usage_steps.ts:11 │ ├────────────────┼──────────┼───────────────────┤