From fa3d138e91021dabbf3710ceb77c833f34e879b9 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Tue, 21 Jan 2020 13:13:52 +0100 Subject: 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(-) (limited to 't') diff --git a/t/custom_gcode.t b/t/custom_gcode.t index 44f952318..1bb52b618 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; -- cgit v1.2.3