This commit is contained in:
Chris McCord 2022-01-17 14:15:02 -05:00
parent 545594f1e5
commit efb3eb2d21
2 changed files with 1 additions and 2 deletions

View file

@ -52,7 +52,7 @@ defmodule LiveBeats.MixProject do
{:mint, "~> 1.0"},
{:heroicons, "~> 0.2.2"},
{:castore, "~> 0.1.13"},
{:tailwind, "~> 0.1"},
{:tailwind, "~> 0.1"}
]
end

View file

@ -69,7 +69,6 @@ defmodule LiveBeats.MediaLibraryTest do
assert %Ecto.Changeset{} = MediaLibrary.change_song(song)
end
require IEx
test "expire_songs_older_than/2 deletes the song expired before the required interval" do
user = user_fixture()
today = DateTime.utc_now()