rename a test case

This commit is contained in:
Andre Staltz 2023-04-08 18:29:11 +03:00
parent eec9e739c3
commit 77a7d11044
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ const tape = require('tape')
const FeedV1 = require('../lib/feed-v1') const FeedV1 = require('../lib/feed-v1')
const { generateKeypair } = require('./util') const { generateKeypair } = require('./util')
tape('encode/decode works', (t) => { tape('FeedV1.create()', (t) => {
const keys = generateKeypair('alice') const keys = generateKeypair('alice')
const content = { text: 'Hello world!' } const content = { text: 'Hello world!' }
const when = 1652037377204 const when = 1652037377204