test(ds): rm unused var warning

This commit is contained in:
Thales Macedo Garitezi 2024-03-14 17:16:24 -03:00
parent 2cc3377edc
commit 11ae04d810
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ t_delete(_Config) ->
%% Iterate through topics:
StartTime = 0,
TopicFilter = parse_topic(<<"#">>),
Selector = fun(#message{topic = T} = Msg) ->
Selector = fun(#message{topic = T}) ->
T == TopicToDelete
end,
NumDeleted = delete(?SHARD, TopicFilter, StartTime, Selector),