From 5981c15b085e4c7a9b506857733cd1e9a00c5e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment?= Date: Tue, 16 Jun 2020 10:44:14 +0200 Subject: [PATCH] Update using-map_test.js --- js/tests/using-map_test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/tests/using-map_test.js b/js/tests/using-map_test.js index d204c62af..a12a107f8 100644 --- a/js/tests/using-map_test.js +++ b/js/tests/using-map_test.js @@ -35,9 +35,9 @@ t(({ eq, ctx }) => t(({ eq, ctx }) => eq(ctx.mapCalls.includes(ctx.cities), true)) -// farenheitToCelsius +// fahrenheitToCelsius t(({ eq, ctx }) => - eq(farenheitToCelsius(ctx.temps), [ + eq(fahrenheitToCelsius(ctx.temps), [ '30°C', '37°C', '5°C',