Fix dialyzer issues (also for test)

This commit is contained in:
Ulf Wiger
2025-08-01 21:14:56 +02:00
parent e0542f7f52
commit b97b727605
14 changed files with 49 additions and 144 deletions
+2 -2
View File
@@ -152,8 +152,8 @@ end_per_testcase(_, _) ->
%% ======================================================================
cfg([Tab, Type, IxType], Config) ->
[{my_config, #{tab => Tab, type => Type, ixtype => IxType}} | Config];
cfg(Cfg, Config) when is_map(Cfg) -> [{my_config, Cfg} | Config].
[{my_config, #{tab => Tab, type => Type, ixtype => IxType}} | Config].
%% cfg(Cfg, Config) when is_map(Cfg) -> [{my_config, Cfg} | Config].
cfg(Config) -> ?config(my_config, Config).