diff --git a/test/network.js b/test/network.js index 2d20732..ca3c7c6 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');