From f1ebf6fa22d0ed56eb1d110c667a206dde0a1425 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Tue, 17 Jun 2025 13:51:13 -0400 Subject: [PATCH] Cleaning up whitespace --- spec/utisl_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/utisl_spec.lua b/spec/utisl_spec.lua index 8b7756e..eb9922d 100755 --- a/spec/utisl_spec.lua +++ b/spec/utisl_spec.lua @@ -35,7 +35,7 @@ describe("Skyweave Utility Functions Module", function() end) describe("Skyweave ICCID Retrieval", function() - + -- This block runs before each test ('it' block). -- It's used to set up our mock environment. before_each(function() @@ -58,7 +58,7 @@ describe("Skyweave Utility Functions Module", function() "[/dev/cdc-wdm0] UIM transparent read result: \n" .. "Read result:\n" .. "\t'89:01:41:03:27:25:30:79:07:87:f9'\n" - + -- 2. Mock the command executor to return our simulated data. utils.execute_command = function(command) assert.are.equal("qmicli -d /dev/cdc-wdm0 --uim-read-transparent=0x3F00,0x2FE2", command)