diff options
Diffstat (limited to 'tests/test-integration-startup.el')
| -rw-r--r-- | tests/test-integration-startup.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-integration-startup.el b/tests/test-integration-startup.el index c755d7e..6592cf4 100644 --- a/tests/test-integration-startup.el +++ b/tests/test-integration-startup.el @@ -230,8 +230,7 @@ This validates the early-return mechanism works correctly." (should (null chime--validation-done)) ;; Should NOT have processed any events (early return worked) - (should (null chime--upcoming-events)) - (should (null chime-modeline-string))))) + (should (null chime--upcoming-events))))) ;;; Boundary Cases - Edge Conditions |
