Skip to content

Commit

Permalink
add app-state sub to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed May 15, 2023
1 parent 4e15089 commit 798ac92
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

(h/describe "audio message"
(h/before-each
#(setup-subs {:mediaserver/port 1000}))
#(setup-subs {:mediaserver/port 1000
:app-state "active"}))

(h/test "renders correctly"
(h/render [audio-message/audio-message message context])
Expand Down

0 comments on commit 798ac92

Please sign in to comment.