Skip to content

Commit f319cb3

Browse files
committed
chore: fix import conflict
1 parent 4b295ad commit f319cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ash_json_api/test/test.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ defmodule AshJsonApi.Test do
3232
```
3333
"""
3434
import Plug.Test
35-
import Plug.Conn, except: [conn: 4]
35+
import Plug.Conn, except: [conn: 4, conn: 3]
3636

3737
require ExUnit.Assertions
3838
import ExUnit.Assertions

0 commit comments

Comments
 (0)