diff options
Diffstat (limited to 'tests/test-wttrin-smoke.el')
| -rw-r--r-- | tests/test-wttrin-smoke.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-wttrin-smoke.el b/tests/test-wttrin-smoke.el index 2a2d828..1fa0539 100644 --- a/tests/test-wttrin-smoke.el +++ b/tests/test-wttrin-smoke.el @@ -80,7 +80,7 @@ This is a REQUIRED dependency - wttrin cannot function without it." "Test that key defcustom variables are defined." (should (boundp 'wttrin-default-locations)) (should (boundp 'wttrin-unit-system)) - (should (boundp 'wttrin-cache-ttl)) + (should (boundp 'wttrin-refresh-interval)) (should (boundp 'wttrin-cache-max-entries)) (should (boundp 'wttrin-favorite-location)) (should (boundp 'wttrin-mode-line-refresh-interval)) |
