Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mcrumm committed Oct 5, 2022
1 parent 695c963 commit fb4376f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/absinthe_client/integration/endpoint_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ defmodule AbsintheClient.Integration.EndpointTest do
use ExUnit.Case
alias AbsintheClientTest.Endpoint

@moduletag :integration

setup do
{:ok, url: Endpoint.graphql_url()}
end
Expand Down
2 changes: 0 additions & 2 deletions test/absinthe_client/integration_test.exs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
defmodule AbsintheClient.IntegrationTest do
use ExUnit.Case

@moduletag :integration

doctest AbsintheClient,
only: [
attach: 2
Expand Down

0 comments on commit fb4376f

Please sign in to comment.