summarylogtreecommitdiffstats
path: root/fix-test.patch
diff options
context:
space:
mode:
authorMorten Linderud2021-12-03 23:45:34 +0100
committerMorten Linderud2021-12-03 23:45:34 +0100
commit4a8799f11e6e1e20cbf31966eacef3e4bae3677b (patch)
tree5ae79217bf1c7f926cb453686757c1f0b4719af3 /fix-test.patch
parent375a623de77960cc4a50389d6bef23f22563ffde (diff)
downloadaur-python-language-server.tar.gz
import from community
Diffstat (limited to 'fix-test.patch')
-rw-r--r--fix-test.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/fix-test.patch b/fix-test.patch
new file mode 100644
index 000000000000..7c86c289b6a4
--- /dev/null
+++ b/fix-test.patch
@@ -0,0 +1,12 @@
+diff --git a/test/plugins/test_folding.py b/test/plugins/test_folding.py
+index 05f0cdd..06e644f 100644
+--- a/test/plugins/test_folding.py
++++ b/test/plugins/test_folding.py
+@@ -118,6 +118,7 @@ def test_folding(workspace):
+ {'startLine': 2, 'endLine': 3},
+ {'startLine': 5, 'endLine': 6},
+ {'startLine': 8, 'endLine': 11},
++ {'startLine': 9, 'endLine': 10},
+ {'startLine': 12, 'endLine': 20},
+ {'startLine': 13, 'endLine': 14},
+ {'startLine': 15, 'endLine': 16},