refactor: rename test to match tested function

This commit is contained in:
Alexander Zeitler 2021-04-11 19:39:59 +02:00
parent b487be048b
commit 2b089ff660

View file

@ -700,7 +700,7 @@ test('parse ps output', () => {
})
})
test('parse ports', () => {
test('map ports', () => {
const noPort = ''
const exposedTcp = '80/tcp'
const mappedExposedTcp = '0.0.0.0:443->443/tcp'