mirror of https://github.com/lcpz/lain.git
updated workflow
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
parent
8792d0de68
commit
0e7ac2f448
|
@ -41,4 +41,4 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Run Busted
|
- name: Run Busted
|
||||||
uses: lunarmodules/busted@v0
|
uses: lunarmodules/busted@v2.1.0
|
||||||
|
|
|
@ -14,11 +14,11 @@ describe("Test helpers functions", function()
|
||||||
}
|
}
|
||||||
local timer ={
|
local timer ={
|
||||||
start= function () end,
|
start= function () end,
|
||||||
connect_signal= function (t,f) end,
|
connect_signal= function () end,
|
||||||
emit_signal= function (t) end,
|
emit_signal= function () end,
|
||||||
}
|
}
|
||||||
local timerMock=mock(timer,true)
|
local timerMock=mock(timer,true)
|
||||||
package.loaded["gears.timer"] =function() return timerMock end
|
package.loaded["gears.timer"] =function() return timerMock end
|
||||||
|
|
||||||
|
|
||||||
it("file_exists", function()
|
it("file_exists", function()
|
||||||
|
|
Loading…
Reference in New Issue