Add mainly disfunctional test

Due to utter negligence test results are currently:

221 tests, 186 failures
This commit is contained in:
Thelonius Kort
2023-03-15 10:49:29 +01:00
parent 5d43e61223
commit 61253f301a
6 changed files with 363 additions and 4 deletions

View File

@ -4,6 +4,8 @@ defmodule Outlook.TranslationsFixtures do
entities via the `Outlook.Translations` context.
"""
# TODO: make this work
@doc """
Generate a translation.
"""
@ -17,7 +19,8 @@ defmodule Outlook.TranslationsFixtures do
public: true,
teaser: "some teaser",
title: "some title",
unauthorized: true
unauthorized: true,
article_id: 1
})
|> Outlook.Translations.create_translation()