From f71168dedee8f33e06e12447587c49d798099d32 Mon Sep 17 00:00:00 2001 From: Rosario Pulella Date: Sun, 4 Feb 2024 15:38:17 -0500 Subject: [PATCH] Fix mklint error --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index c9b28f9..4e29b6e 100644 --- a/test/README.md +++ b/test/README.md @@ -19,8 +19,8 @@ tests as the amount of tests grow. to test (like virtual configuration of the VM emulating a machine running the software). This is not so bad because the software is expected to run on various physical configurations, and while changing settings to improve - "testability" does not necessarily reflect realistic physical configurations, it - does modulate settings in a space where settings are expected to be modulated. + "testability" does not necessarily reflect realistic physical configurations, + it does modulate settings in a space where settings are expected to be modulated. Some examples are display count and resolutions, memory, cpu, graphical and storage resources. 3. Test subject - Specific changes to the configuration of the software being