Skip to content

Commit

Permalink
Merge pull request #490 from evnu/fix-warnings
Browse files Browse the repository at this point in the history
Fix warnings
  • Loading branch information
evnu authored Sep 12, 2022
2 parents ec14312 + b64768d commit 1ec2923
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rustler_tests/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defmodule RustlerTest.Mixfile do
end

def application do
[applications: [:logger]]
[]
end

defp deps do
Expand Down
2 changes: 1 addition & 1 deletion rustler_tests/test/resource_test.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule RustlerTest.ResourceTest do
use ExUnit.Case, async: true
use Bitwise
import Bitwise

test "resource creation and interaction" do
resource = RustlerTest.resource_make()
Expand Down

0 comments on commit 1ec2923

Please sign in to comment.