Skip to content

Commit

Permalink
More test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akoutmos committed Aug 7, 2024
1 parent 47977e7 commit fcfcae9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions test/mix/tasks/prom_ex.dashboard.export_test.exs
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
defmodule Mix.Tasks.PromEx.Dashboard.ExportTest do
use ExUnit.Case
use ExUnit.Case, async: false

import ExUnit.CaptureIO

require IEx

alias Mix.Tasks.PromEx.{
Dashboard.Export,
Gen.Config
}
alias Mix.Tasks.PromEx.Dashboard.Export
alias Mix.Tasks.PromEx.Gen.Config

setup do
tmp_dir = Path.join(File.cwd!(), "tmp")
Expand Down
2 changes: 1 addition & 1 deletion test/mix/tasks/prom_ex.gen.config_test.exs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
defmodule Mix.Tasks.PromEx.Gen.ConfigTest do
use ExUnit.Case
use ExUnit.Case, async: false

import ExUnit.CaptureIO
import Mix.Tasks.PromEx.Gen.Config
Expand Down

0 comments on commit fcfcae9

Please sign in to comment.