Skip to content

Commit b007daa

Browse files
committed
renamed dispatcher files
1 parent f351b97 commit b007daa

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

scripts/dzVents/runtime/tests/testScriptDeviceMain.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('script_time_main', function()
5050

5151
it("should do it's thing", function()
5252
_G.commandArray = {}
53-
local main = require('script_device_main')
53+
local main = require('device_scripts_dispatcher')
5454

5555
assert.is_same({
5656
{["onscript1"]="Off"},

scripts/dzVents/runtime/tests/testScriptTimeMain.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe('script_time_main', function()
5050

5151
it("should do it's thing", function()
5252
_G.commandArray = {}
53-
local main = require('script_time_main')
53+
local main = require('timer_scripts_dispatcher')
5454
assert.is_same({
5555
{["onscript1"]="Off"},
5656
{["SendNotification"]="Me#timer every minute#0#pushover"},

0 commit comments

Comments
 (0)