mirror of
https://github.com/fly-apps/live_beats.git
synced 2024-11-25 01:10:59 +00:00
Touchup
This commit is contained in:
parent
545594f1e5
commit
efb3eb2d21
2 changed files with 1 additions and 2 deletions
2
mix.exs
2
mix.exs
|
@ -52,7 +52,7 @@ defmodule LiveBeats.MixProject do
|
||||||
{:mint, "~> 1.0"},
|
{:mint, "~> 1.0"},
|
||||||
{:heroicons, "~> 0.2.2"},
|
{:heroicons, "~> 0.2.2"},
|
||||||
{:castore, "~> 0.1.13"},
|
{:castore, "~> 0.1.13"},
|
||||||
{:tailwind, "~> 0.1"},
|
{:tailwind, "~> 0.1"}
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,6 @@ defmodule LiveBeats.MediaLibraryTest do
|
||||||
assert %Ecto.Changeset{} = MediaLibrary.change_song(song)
|
assert %Ecto.Changeset{} = MediaLibrary.change_song(song)
|
||||||
end
|
end
|
||||||
|
|
||||||
require IEx
|
|
||||||
test "expire_songs_older_than/2 deletes the song expired before the required interval" do
|
test "expire_songs_older_than/2 deletes the song expired before the required interval" do
|
||||||
user = user_fixture()
|
user = user_fixture()
|
||||||
today = DateTime.utc_now()
|
today = DateTime.utc_now()
|
||||||
|
|
Loading…
Reference in a new issue