Skip to content

Commit 081f411

Browse files
authored
Merge pull request #1362 from maartenvanvliet/issues/fix-1.19-warning
Rename to TokenLimitEnforcementTest to fix warning
2 parents e0493bc + e76f25b commit 081f411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/absinthe/integration/execution/token_limit_enforcement.exs renamed to test/absinthe/integration/execution/token_limit_enforcement_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
defmodule Elixir.Absinthe.Integration.Execution.TokenLimitEnforcement do
1+
defmodule Elixir.Absinthe.Integration.Execution.TokenLimitEnforcementTest do
22
use Absinthe.Case, async: true
33

44
test "Token limit lexer enforcement is precise" do

0 commit comments

Comments
 (0)