Merge pull request #12712 from thalesmg/test-rm-unused-warn-m-20240314

test(ds): rm unused var warning
This commit is contained in:
Thales Macedo Garitezi 2024-03-14 17:55:13 -03:00 committed by GitHub
commit 581a672643
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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),