Skip to content

Commit

Permalink
Added a non target cast to the test
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed May 7, 2024
1 parent fe15b06 commit 712d00c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ public void TestServicesGenerationWithAndWithoutProvidingDataForServicesWithoutT
}

},
new() {
Service = "reload",
},
]
}
};
Expand All @@ -122,6 +125,9 @@ public void Run(IHaContext ha)
s.Script.TurnOff(new ServiceTarget());
s.Script.TurnOff(new ServiceTarget(), new { });

s.Script.Reload();
s.Script.Reload(new { });

ScriptEntity script = new RootNameSpace.ScriptEntity(ha, "script.testScript");

script.TurnOff(new { });
Expand Down

0 comments on commit 712d00c

Please sign in to comment.