Cleaning up whitespace
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user