diff --git a/src/content/blog/DecouplingElixirGenServers.md b/src/content/blog/DecouplingElixirGenServers.md index 3c267f1..b7289bf 100644 --- a/src/content/blog/DecouplingElixirGenServers.md +++ b/src/content/blog/DecouplingElixirGenServers.md @@ -447,7 +447,6 @@ defmodule DoorAutomation.LightsSubscriberTest do alias DoorAutomation.DoorServer alias Phoenix.PubSub - # Setup block that runs before each test setup do :ok = PubSub.subscribe(DoorAutomation.PubSub, LightsSubscriber.events_topic())