updated workflow

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2023-09-05 23:39:53 +03:00
parent 8792d0de68
commit 0e7ac2f448
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318
2 changed files with 4 additions and 4 deletions

View File

@ -41,4 +41,4 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Run Busted
uses: lunarmodules/busted@v0
uses: lunarmodules/busted@v2.1.0

View File

@ -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