Skip to content

Commit

Permalink
fixup! Add a test for the processor module
Browse files Browse the repository at this point in the history
  • Loading branch information
dottorblaster committed Aug 19, 2024
1 parent 86c769a commit ce0edb7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/wanda/messaging/adapters/amqp/processor_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ defmodule Wanda.Messaging.Adapter.AMQP.ProcessorTest do

import Mox

alias Trento.Checks.V1.{
ExecutionRequested
}
alias Trento.Checks.V1.ExecutionRequested

alias Wanda.Executions.{Target}
alias Wanda.Executions.Target
alias Wanda.Messaging.Adapters.AMQP.Processor

setup :verify_on_exit!
Expand Down

0 comments on commit ce0edb7

Please sign in to comment.