From 560e2cd985b7f3c22af73b801b07b676617af84b Mon Sep 17 00:00:00 2001 From: Robb Traister Date: Fri, 28 Aug 2026 13:20:33 -0400 Subject: [PATCH] fix test array values --- tests/units/test_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/units/test_parser.py b/tests/units/test_parser.py index ffcdeac..b80fd0a 100644 --- a/tests/units/test_parser.py +++ b/tests/units/test_parser.py @@ -69,7 +69,7 @@ def test_parse_unexpected(): scaling = [ "3 rpm", # No leading digits "16", # No values that are just integers - "16.2" # No values that are just floats + "16.2", # No values that are just floats "g * 0/ m", # Zero scaling factor "F * 1.1 3.5", # numeric syntax error "F m 1.1", # scale follows unit