Skip to content

Commit

Permalink
Fix module name for Repositories.Contents test file
Browse files Browse the repository at this point in the history
  • Loading branch information
edgurgel committed Jul 23, 2019
1 parent 147fbc8 commit 7ea8bdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/repositories/contents_test.exs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
defmodule Tentacat.Repositories.ContributorsTest do
defmodule Tentacat.Repositories.ContentsTest do
use ExUnit.Case, async: false
use ExVCR.Mock, adapter: ExVCR.Adapter.Hackney
import Tentacat.Repositories.Contents
Expand All @@ -18,4 +18,4 @@ defmodule Tentacat.Repositories.ContributorsTest do
assert String.slice(:base64.mime_decode(body["content"]), 0, 9) == "Copyright"
end
end
end
end

0 comments on commit 7ea8bdf

Please sign in to comment.