From 3773f7eddae583e1005fedb747f85ac01ff0d14a Mon Sep 17 00:00:00 2001 From: Wesley Ray Date: Tue, 17 Jun 2025 14:52:20 -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 e390409..82ec2a1 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("98101430725203977078", iccid) + assert.are.equal("89014103272530790787", iccid) end) it("should return an error on nil or empty command output", function()