Cleaning up whitespace
Skyweave Test, Lint, and Deploy Ritual / Test and Lint Code (push) Failing after 32s
Skyweave Test, Lint, and Deploy Ritual / Deploy to Roof Unit (push) Has been skipped

This commit is contained in:
wes
2025-06-17 13:51:13 -04:00
parent 5db7a9a864
commit f1ebf6fa22
+2 -2
View File
@@ -35,7 +35,7 @@ describe("Skyweave Utility Functions Module", function()
end) end)
describe("Skyweave ICCID Retrieval", function() describe("Skyweave ICCID Retrieval", function()
-- This block runs before each test ('it' block). -- This block runs before each test ('it' block).
-- It's used to set up our mock environment. -- It's used to set up our mock environment.
before_each(function() before_each(function()
@@ -58,7 +58,7 @@ describe("Skyweave Utility Functions Module", function()
"[/dev/cdc-wdm0] UIM transparent read result: \n" .. "[/dev/cdc-wdm0] UIM transparent read result: \n" ..
"Read result:\n" .. "Read result:\n" ..
"\t'89:01:41:03:27:25:30:79:07:87:f9'\n" "\t'89:01:41:03:27:25:30:79:07:87:f9'\n"
-- 2. Mock the command executor to return our simulated data. -- 2. Mock the command executor to return our simulated data.
utils.execute_command = function(command) utils.execute_command = function(command)
assert.are.equal("qmicli -d /dev/cdc-wdm0 --uim-read-transparent=0x3F00,0x2FE2", command) assert.are.equal("qmicli -d /dev/cdc-wdm0 --uim-read-transparent=0x3F00,0x2FE2", command)