Skip to content
This repository was archived by the owner on Dec 21, 2021. It is now read-only.

Commit 85a9b81

Browse files
committed
refactor: Rename memory test.
1 parent f73c4c8 commit 85a9b81

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import Connection from '../../src/Connection'
88
import prettyBytes from 'pretty-bytes'
99

1010
const TRAM_DEMO_STREAM = '7wa7APtlTq6EC5iTCBy6dw'
11-
/* eslint-disable require-atomic-updates, no-loop-func */
1211

1312
function logMemory() {
1413
const res = process.memoryUsage()
@@ -21,7 +20,7 @@ function logMemory() {
2120
}
2221
}
2322

24-
describe('LongResend', () => {
23+
describe('no memleaks when processing a high quantity of large messages', () => {
2524
let client: StreamrClient
2625
let stream: Stream
2726
let expectErrors = 0 // check no errors by default
@@ -84,7 +83,7 @@ describe('LongResend', () => {
8483
}
8584
})
8685

87-
describe('Resends of different sizes', () => {
86+
describe('resends of different sizes', () => {
8887
const RESEND_SIZES = [
8988
1,
9089
10,

0 commit comments

Comments
 (0)