updates test name

This commit is contained in:
Alan Shaw 2018-04-05 22:26:03 +01:00
parent 46f6ac5db2
commit 25b753a012
No known key found for this signature in database
GPG Key ID: 101D1B7A03DFAD4C

View File

@ -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'],