Refactor structure

This commit is contained in:
2026-04-23 09:59:53 +03:00
parent 081dcf9588
commit c154ceac39
6 changed files with 1 additions and 1 deletions

View File

@@ -85,7 +85,7 @@ test_list_all() ->
?assertEqual(3, length(Tickets)).
test_list_by_status() ->
{ok, T1} = core_ticket:create_or_update(<<"E1">>, <<"">>, #{}),
{ok, _T1} = core_ticket:create_or_update(<<"E1">>, <<"">>, #{}),
{ok, T2} = core_ticket:create_or_update(<<"E2">>, <<"">>, #{}),
core_ticket:update_status(T2#ticket.id, resolved),