Skip to content

Commit

Permalink
pass all model tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michelson committed Jul 9, 2022
1 parent f92195c commit 114a2ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
- [x] Followers / Followings
- [x] load waveform data as data
- [x] Range responses
- [ ] Fix specs on tests/rauversion
- [x] Fix specs on tests/rauversion
- [ ] Fix specs on tests/rauversion-web
- [ ] make GithubActions work!
- [ ] Paginate profile tracks /:username
Expand Down
2 changes: 1 addition & 1 deletion test/rauversion/playlist_likes_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ defmodule Rauversion.PlaylistLikesTest do
playlist_like = playlist_like_fixture(%{user_id: user.id, playlist_id: playlist.id})

assert {:error, %Ecto.Changeset{}} =
PlaylistLikes.update_playlist_like(playlist_like, @invalid_attrs)
PlaylistLikes.update_playlist_like(playlist_like, %{user_id: nil})

assert playlist_like == PlaylistLikes.get_playlist_like!(playlist_like.id)
end
Expand Down

0 comments on commit 114a2ab

Please sign in to comment.