Add seed data #313
GitHub Actions / Test Results
succeeded
Feb 11, 2024 in 0s
All 11 tests pass in 0s
Annotations
Check notice on line 0 in .github
github-actions / Test Results
11 tests found
There are 11 tests, see "Raw output" for the full list of tests.
Raw output
Elixir.AbsintheFederationExample.NewsTest ‑ test links change_link/1 returns a link changeset
Elixir.AbsintheFederationExample.NewsTest ‑ test links create_link/1 with invalid data returns error changeset
Elixir.AbsintheFederationExample.NewsTest ‑ test links create_link/1 with valid data creates a link
Elixir.AbsintheFederationExample.NewsTest ‑ test links delete_link/1 deletes the link
Elixir.AbsintheFederationExample.NewsTest ‑ test links get_link!/1 returns the link with given id
Elixir.AbsintheFederationExample.NewsTest ‑ test links list_links/0 returns all links
Elixir.AbsintheFederationExample.NewsTest ‑ test links update_link/2 with invalid data returns error changeset
Elixir.AbsintheFederationExample.NewsTest ‑ test links update_link/2 with valid data updates the link
Elixir.AbsintheFederationExampleWeb.ErrorViewTest ‑ test renders 404.html
Elixir.AbsintheFederationExampleWeb.ErrorViewTest ‑ test renders 500.html
Elixir.AbsintheFederationExampleWeb.PageControllerTest ‑ test GET /
Loading