Skip to content

Commit

Permalink
test: assert the correct thing
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 22, 2024
1 parent 20c1788 commit a0585dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/blend_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,8 @@ defmodule BlendTest do
)

Mix.Task.run("blend.get")
File.exists?("blend/jason-1-0.mix.lock")
assert File.exists?("blend/jason-1-0.mix.lock")
end
)

assert true
end
end

0 comments on commit a0585dc

Please sign in to comment.