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
|
||||
uses: actions/checkout@v3
|
||||
- name: Run Busted
|
||||
uses: lunarmodules/busted@v0
|
||||
uses: lunarmodules/busted@v2.1.0
|
||||
|
|
|
@ -14,8 +14,8 @@ describe("Test helpers functions", function()
|
|||
}
|
||||
local timer ={
|
||||
start= function () end,
|
||||
connect_signal= function (t,f) end,
|
||||
emit_signal= function (t) end,
|
||||
connect_signal= function () end,
|
||||
emit_signal= function () end,
|
||||
}
|
||||
local timerMock=mock(timer,true)
|
||||
package.loaded["gears.timer"] =function() return timerMock end
|
||||
|
|
Loading…
Reference in New Issue