From d72c8effcb7b8f16a7287f6bd2460baeee119f46 Mon Sep 17 00:00:00 2001 From: Timur Sevimli <svmlitimur@gmail.com> Date: Sun, 18 Feb 2024 15:11:05 +0300 Subject: [PATCH] Fix typo --- test/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/network.js b/test/network.js index 36575e8..c946fa8 100644 --- a/test/network.js +++ b/test/network.js @@ -74,7 +74,7 @@ metatests.case( }, ); -metatests.test('Newtork: httpApiCall', async (test) => { +metatests.test('Network: httpApiCall', async (test) => { const res1 = await metautil.httpApiCall(RATES_API_URL, { method: 'GET' }); test.strictSame(typeof res1.disclaimer, 'string'); test.strictSame(typeof res1.license, 'string');