Skip to content

Commit 33ed97b

Browse files
committed
Sort aliases alphabetically to fix credo warning
1 parent 73c5da2 commit 33ed97b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/swapi/pagination_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
defmodule SWAPI.PaginationTest do
22
use SWAPI.DataCase
33

4-
alias SWAPI.Schemas.Person
54
alias SWAPI.Pagination
5+
alias SWAPI.Schemas.Person
66

77
import SWAPI.PeopleFixtures
88

0 commit comments

Comments
 (0)