Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
timursevimli committed Feb 18, 2024
1 parent dd25417 commit 837e26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 837e26b

Please sign in to comment.