From f1426931fa3880864345bf0418b8e07e247cc5c3 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 27 May 2018 13:33:19 +0200 Subject: [PATCH] fix(tests): fis test that did not make sense --- test/test_latest.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_latest.sh b/test/test_latest.sh index 820f993..22b77a4 100644 --- a/test/test_latest.sh +++ b/test/test_latest.sh @@ -1,2 +1,2 @@ #!/bin/sh -npm -v +echo "this runs within latest container!";