summaryrefslogtreecommitdiff
path: root/tests/test_theming.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_theming.py')
-rw-r--r--tests/test_theming.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_theming.py b/tests/test_theming.py
index 404c3197..85138b97 100644
--- a/tests/test_theming.py
+++ b/tests/test_theming.py
@@ -66,7 +66,7 @@ def test_js_source(app, status, warning):
app.builder.build(['contents'])
- v = '1.8.3'
+ v = '1.11.1'
msg = 'jquery.js version does not match to {v}'.format(v=v)
jquery_min = (app.outdir / '_static' / 'jquery.js').text()
assert 'jQuery v{v}'.format(v=v) in jquery_min, msg