We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d11352 commit d58f2b0Copy full SHA for d58f2b0
1 file changed
test/plug/crypto/key_generator_test.exs
@@ -2,7 +2,7 @@ defmodule Plug.Crypto.KeyGeneratorTest do
2
use ExUnit.Case, async: true
3
4
import Plug.Crypto.KeyGenerator
5
- use Bitwise
+ import Bitwise
6
7
@max_length bsl(1, 32) - 1
8
0 commit comments