From 2b089ff6605d6152d777396c9eef08f1203ec651 Mon Sep 17 00:00:00 2001 From: Alexander Zeitler Date: Sun, 11 Apr 2021 19:39:59 +0200 Subject: [PATCH] refactor: rename test to match tested function --- test/index.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'