From 25b753a0125f9597d94fe79fcfd06c2915518a35 Mon Sep 17 00:00:00 2001 From: Alan Shaw Date: Thu, 5 Apr 2018 22:26:03 +0100 Subject: [PATCH] updates test name --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index 77d36dd..435bc1c 100644 --- a/test.js +++ b/test.js @@ -1,7 +1,7 @@ const test = require('ava') const toUri = require('./') -test('should convert multiaddr to stupid', (t) => { +test('should convert multiaddr to URI', (t) => { const data = [ ['/ip4/127.0.0.1', '127.0.0.1'], ['/ip4/127.0.0.1/http', 'http://127.0.0.1'],