diff --git a/test/cljs/airsonic_ui/events_test.cljs b/test/cljs/airsonic_ui/events_test.cljs index 1d193b3..ef8abd9 100644 --- a/test/cljs/airsonic_ui/events_test.cljs +++ b/test/cljs/airsonic_ui/events_test.cljs @@ -139,5 +139,5 @@ (deftest song-has-ended (testing "Should play the next song when current song has ended" - (is (not (dispatches? (events/audio-update {} [:audio/update {:ended? false}]) ::events/next-song)))) - (is (dispatches? (events/audio-update {} [:audio/update {:ended? true}]) ::events/next-song))) + (is (not (dispatches? (events/audio-update {} [:audio/update {:ended? false}]) ::events/next-song))) + (is (dispatches? (events/audio-update {} [:audio/update {:ended? true}]) ::events/next-song))))