Skip to content

Commit

Permalink
Fix navbar test
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Aug 18, 2024
1 parent 65d7a42 commit 72f3afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/loicb/client/core/db_test.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
(is (true? @navbar-open?)))

;; Close navbar
(rf/dispatch [:evt.nav/close-navbar])
(rf/dispatch [:evt.nav/set-navbar false])
(testing "Navbar is now closed."
(is (false? @navbar-open?)))

Expand Down

0 comments on commit 72f3afb

Please sign in to comment.