Fix test mock input
Skyweave Test, Lint, and Deploy Ritual / Test and Lint Code (push) Failing after 30s
Skyweave Test, Lint, and Deploy Ritual / Deploy to Roof Unit (push) Has been skipped

This commit is contained in:
wes
2025-06-17 14:42:17 -04:00
parent 1d11e42145
commit 155447e1f1
+1 -1
View File
@@ -75,7 +75,7 @@ Read result:
-- 4. Assert the expected outcome.
assert.is_nil(err)
assert.are.equal("981014307252039770789f", iccid)
assert.are.equal("98101430725203977078", iccid)
end)
it("should return an error on nil or empty command output", function()