Skip to content

Commit

Permalink
VIP
Browse files Browse the repository at this point in the history
  • Loading branch information
shahryarjb committed May 28, 2024
1 parent 2757ccb commit eca1059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/plugins_management/event_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,10 @@ defmodule MishkaInstallerTest.PluginsManagement.EventTest do
end

test "Unregister a plugin" do
_manual_starting = RegisterEmailSender.start_link()

:ok = MishkaInstaller.subscribe("event")
Event.drop()
_manual_starting = RegisterEmailSender.start_link()

assert_receive %{status: :start, data: _data}, 1000

Expand Down

0 comments on commit eca1059

Please sign in to comment.