Refactor the Links module.
This commit is contained in:
@@ -4,7 +4,7 @@ defmodule LinkShortenerWeb.Api.V1.LinkControllerTest do
|
||||
import LinkShortener.LinksFixtures
|
||||
|
||||
alias LinkShortener.Links.Link
|
||||
alias LinkShortener.Links.Links
|
||||
alias LinkShortener.Links
|
||||
|
||||
@create_attrs %{
|
||||
name: "some link name",
|
||||
|
||||
@@ -4,7 +4,7 @@ defmodule LinkShortener.LinksFixtures do
|
||||
entities via the `LinkShortener.Links` context.
|
||||
"""
|
||||
|
||||
alias LinkShortener.Links.Links
|
||||
alias LinkShortener.Links
|
||||
|
||||
@doc """
|
||||
Generate a link.
|
||||
|
||||
Reference in New Issue
Block a user