Skip to content

Commit

Permalink
Tweak test
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Jan 30, 2025
1 parent a4f37b3 commit 0b568af
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/uplink/metrics/pipeline_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@ defmodule Uplink.Metrics.PipelineTest do
import Uplink.Scenarios.Pipeline
import AssertAsync

alias Uplink.Cache
alias Uplink.Pipelines

setup [:self, :messages]

setup do
Cache.put_new({:monitors, :metrics}, [])
Pipelines.update_monitors(:metrics, [])

Pipelines.start(Uplink.Metrics.Pipeline)

Expand Down

0 comments on commit 0b568af

Please sign in to comment.