minor refactor in tests

This commit is contained in:
Andre Staltz 2023-11-24 12:08:03 +02:00
parent 7b1119795e
commit 1e04bccf9f
No known key found for this signature in database
GPG Key ID: 9EDE23EA7E8A4890
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ function getTexts(msgs) {
return msgs.filter((msg) => msg.data?.text).map((msg) => msg.data.text)
}
test('feed decay', async (t) => {
test('Feed decay', async (t) => {
const alice = createPeer({
name: 'alice',
gc: { maxLogBytes: 100 * 1024 * 1024 },

View File

@ -7,7 +7,7 @@ function getTexts(msgs) {
return msgs.filter((msg) => msg.data?.text).map((msg) => msg.data.text)
}
test('feed holes', async (t) => {
test('Feed holes', async (t) => {
const alice = createPeer({
name: 'alice',
gc: { maxLogBytes: 100 * 1024 * 1024 },

View File

@ -11,7 +11,7 @@ function getTexts(msgs) {
return msgs.filter((msg) => msg.data?.text).map((msg) => msg.data.text)
}
test('orphan weave msgs', async (t) => {
test('Orphan weave msgs', async (t) => {
const alice = createPeer({
name: 'alice',
gc: { maxLogBytes: 100 * 1024 * 1024 },