From adead7256124bf529d10ce9ef4061df907cce0ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Mart=C3=ADnez?= <49537445+JasterV@users.noreply.github.com> Date: Fri, 6 Jun 2025 18:35:16 +0200 Subject: [PATCH] Update DecouplingElixirGenServers.md --- src/content/blog/DecouplingElixirGenServers.md | 1 - 1 file changed, 1 deletion(-) 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())