From 31302bdebd6213640fc14476a4775468f35a7291 Mon Sep 17 00:00:00 2001 From: Smirnov Oleksandr Date: Thu, 20 Jul 2023 20:11:14 +0300 Subject: [PATCH] add thing for testing ci --- spec/i_am_not_working.lua | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 spec/i_am_not_working.lua diff --git a/spec/i_am_not_working.lua b/spec/i_am_not_working.lua new file mode 100644 index 0000000..a129071 --- /dev/null +++ b/spec/i_am_not_working.lua @@ -0,0 +1,3 @@ +it("asdfl", function() + assert.are.same(false, true) +end)