Skip to content

Commit 55ca7c4

Browse files
committed
fix: qualscan duplicated code
1 parent cc82e9e commit 55ca7c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/version.mocha.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@ describe('E2E in memory : version', function () {
6363
})
6464

6565
describe('getLatest', function () {
66-
it('should get latest version', async () => {
66+
it('should get latest version from memory', async () => {
6767
const res = await index.versions.getLatest()
6868
assert.equal(res, 'v9.3.0')
6969
})
7070
})
7171

7272
describe('getLatestLTS', function () {
73-
it('should get latest LTS', async () => {
73+
it('should get latest LTS from memory', async () => {
7474
const res = await index.versions.getLatestLTS()
7575
assert.equal(res, 'v8.9.4')
7676
})

0 commit comments

Comments
 (0)