clanServices/wifi/tests: Use undeprecated module registration

This commit is contained in:
a-kenji
2025-05-26 14:44:00 +02:00
parent 7e4e083014
commit 491dd8134a

View File

@@ -15,8 +15,8 @@ clanLib.test.makeTestClan {
clan = { clan = {
directory = ./.; directory = ./.;
modules."@clan/wifi" = module;
inventory = { inventory = {
modules."@clan/wifi" = module;
machines.test = { }; machines.test = { };