From 8d968b105450cb2b3cc4ba00da55ca45deb895f9 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Tue, 21 Jan 2020 13:13:52 +0100 Subject: [PATCH] Fix of the previous commit: Fixed number of unit tests to be executed. --- t/custom_gcode.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/custom_gcode.t b/t/custom_gcode.t index 44f95231891..1bb52b618ee 100644 --- a/t/custom_gcode.t +++ b/t/custom_gcode.t @@ -1,4 +1,4 @@ -use Test::More tests => 41; +use Test::More tests => 38; use strict; use warnings;