diff --git a/test/index.test.ts b/test/index.test.ts index 4b0d7ac..de96b82 100644 --- a/test/index.test.ts +++ b/test/index.test.ts @@ -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'