From 155447e1f1b1dd35a0f8f8f228665e8cc1ba7852 Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Tue, 17 Jun 2025 14:42:17 -0400 Subject: [PATCH] Fix test mock input --- spec/utisl_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/utisl_spec.lua b/spec/utisl_spec.lua index 6a44afd..e390409 100755 --- a/spec/utisl_spec.lua +++ b/spec/utisl_spec.lua @@ -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()