mirror of
https://github.com/danbulant/docker-compose
synced 2026-06-10 10:11:51 +00:00
refactor: rename test to match tested function
This commit is contained in:
parent
b487be048b
commit
2b089ff660
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue